Loading PKGBUILD +0 −3 Original line number Diff line number Diff line Loading @@ -86,9 +86,6 @@ package() { msg2 'Installing vmlinuz' install -D -m644 "$(make -s image_name)" "$pkgdir/usr/lib/kernel/vmlinuz-$kernrel" msg2 'Stripping vmlinuz' strip -v $STRIP_STATIC "$pkgdir/usr/lib/kernel/vmlinuz-$kernrel" msg2 'Installing modules' # disable DEPMOD because it fail due to poor hack in scripts/depmod.sh # INSTALL_MOD_STRIP will cause modules to be fully stripped Loading Loading
PKGBUILD +0 −3 Original line number Diff line number Diff line Loading @@ -86,9 +86,6 @@ package() { msg2 'Installing vmlinuz' install -D -m644 "$(make -s image_name)" "$pkgdir/usr/lib/kernel/vmlinuz-$kernrel" msg2 'Stripping vmlinuz' strip -v $STRIP_STATIC "$pkgdir/usr/lib/kernel/vmlinuz-$kernrel" msg2 'Installing modules' # disable DEPMOD because it fail due to poor hack in scripts/depmod.sh # INSTALL_MOD_STRIP will cause modules to be fully stripped Loading