forked from pool/busybox
95e97af54a
- busybox-1.19.4-typedef_umode_t.patch: fix compile as umode_t is only defined with KERNEL and is used in header linux/linux/ext2_fs.h - update to 1.19.4 - fix getty, mdev, modinfo and wget - update to 1.19.3 - fix chpasswd, crond, inetd, syslogd, tail, tftp - update to 1.19.2 - fix ash/hush, cttyhack, find, grep, less, patch, sed, top, uncompress - update to 1.19.0: - countless fixes in all utility programs, please see http://www.busybox.net/ for details - remove obsolete patches previously marked as upstreamed - busybox-1.19.4-typedef_umode_t.patch: fix compile as umode_t is only defined with KERNEL and is used in header linux/linux/ext2_fs.h - update to 1.19.4 - fix getty, mdev, modinfo and wget - update to 1.19.3 - fix chpasswd, crond, inetd, syslogd, tail, tftp - update to 1.19.2 - fix ash/hush, cttyhack, find, grep, less, patch, sed, top, uncompress - update to 1.19.0: - countless fixes in all utility programs, please see http://www.busybox.net/ for details OBS-URL: https://build.opensuse.org/request/show/113102 OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=18
12 lines
222 B
Diff
12 lines
222 B
Diff
--- busybox-1.19.4/applets/install.sh
|
|
+++ busybox-1.19.4/applets/install.sh
|
|
@@ -9,7 +9,7 @@
|
|
exit 1
|
|
fi
|
|
|
|
-h=`sort busybox.links | uniq`
|
|
+h=`sort /usr/share/busybox/busybox.links | uniq`
|
|
|
|
linkopts=""
|
|
scriptwrapper="n"
|