mkinitcpio: rm -rf /usr/lib/kernel (systemd stuff).
This commit is contained in:
parent
a5f876a243
commit
73e7fc5b8d
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mkinitcpio'
|
# Template file for 'mkinitcpio'
|
||||||
pkgname=mkinitcpio
|
pkgname=mkinitcpio
|
||||||
version=18
|
version=18
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="busybox-static bsdcpio"
|
depends="busybox-static bsdcpio"
|
||||||
|
@ -17,6 +17,7 @@ conf_files="/etc/mkinitcpio.conf"
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/lib/kernel
|
||||||
rm -rf ${DESTDIR}/usr/lib/systemd
|
rm -rf ${DESTDIR}/usr/lib/systemd
|
||||||
ln -s /usr/bin/busybox.static $DESTDIR/usr/lib/initcpio/busybox
|
ln -s /usr/bin/busybox.static $DESTDIR/usr/lib/initcpio/busybox
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue