busybox remove man

This commit is contained in:
Ella-0 2021-06-01 09:49:20 +01:00
parent 4c60a8cf82
commit fbc445b4a9

View file

@ -7,7 +7,7 @@ pkgrel=1
fetch() { fetch() {
curl "https://busybox.net/downloads/busybox-$pkgver.tar.bz2" -o $pkgname-$pkgver.tar.gz curl "https://busybox.net/downloads/busybox-$pkgver.tar.bz2" -o $pkgname-$pkgver.tar.gz
tar -xf $pkgname-$pkgver.tar.gz tar -xf $pkgname-$pkgver.tar.gz
cp ../man.sh . # cp ../man.sh .
} }
build() { build() {
@ -24,7 +24,7 @@ package() {
chmod 4755 $pkgdir/bin/busybox chmod 4755 $pkgdir/bin/busybox
install -d $pkgdir/etc/profile.d install -d $pkgdir/etc/profile.d
install -Dm755 ../man.sh $pkgdir/etc/profile.d # install -Dm755 ../man.sh $pkgdir/etc/profile.d
install -Dm755 ./examples/udhcp/simple.script $pkgdir/usr/share/udhcpc/default.script install -Dm755 ./examples/udhcp/simple.script $pkgdir/usr/share/udhcpc/default.script
@ -188,6 +188,8 @@ package() {
rm $pkgdir/usr/sbin/chroot rm $pkgdir/usr/sbin/chroot
rm $pkgdir/usr/sbin/fsfreeze rm $pkgdir/usr/sbin/fsfreeze
rm $pkgdir/usr/bin/man
} }
license() { license() {