I thought we were done with those
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -726,12 +726,12 @@ hackheaders() {
|
|||||||
mkdir -p "$pkgdir/usr/src"
|
mkdir -p "$pkgdir/usr/src"
|
||||||
ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"
|
ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase"
|
||||||
|
|
||||||
if [ $_STRIP = "true" ]; then
|
if [ "$_STRIP" = "true" ]; then
|
||||||
echo "Stripping vmlinux..."
|
echo "Stripping vmlinux..."
|
||||||
strip -v $STRIP_STATIC "$builddir/vmlinux"
|
strip -v $STRIP_STATIC "$builddir/vmlinux"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $_NUKR = "true" ]; then
|
if [ "$_NUKR" = "true" ]; then
|
||||||
rm -rf "$srcdir" # Nuke the entire src folder so it'll get regenerated clean on next build
|
rm -rf "$srcdir" # Nuke the entire src folder so it'll get regenerated clean on next build
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user