Don't try to write to $startdir
This commit is contained in:
parent
7dce7a7cbf
commit
52d7fbc897
1 changed files with 0 additions and 7 deletions
7
PKGBUILD
7
PKGBUILD
|
@ -107,13 +107,6 @@ prepare() {
|
|||
|
||||
# rewrite configuration
|
||||
yes "" | make config >/dev/null
|
||||
|
||||
# save configuration for later reuse
|
||||
if [ "${CARCH}" = "x86_64" ]; then
|
||||
cat .config > "${startdir}/config.x86_64.last"
|
||||
else
|
||||
cat .config > "${startdir}/config.last"
|
||||
fi
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue