gp-peak: delete 'rm .config' in linux pmaport (MR 1405)

Remove it, to prevent the following error:
	rm: can't remove '.config': No such file or directory

This must have been necessary before, because the prepare script was
different, or abuild did something differently.
This commit is contained in:
Oliver Smith 2020-07-09 22:50:41 +02:00
parent e794dde79e
commit ca883ecf9d
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -42,7 +42,6 @@ prepare() {
build() {
unset LDFLAGS
rm .config # Avoid complaints that the source is not clean
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
}