fakeroot: added patch to make it work with busybox getopt, bumprev.
--HG-- extra : convert_revision : 0f6a39712ef6ec060079e50de26e54b4aff6dc45
This commit is contained in:
parent
2987df064e
commit
46bcfebf30
2 changed files with 18 additions and 9 deletions
11
srcpkgs/fakeroot/patches/busybox_getopt_compat.diff
Normal file
11
srcpkgs/fakeroot/patches/busybox_getopt_compat.diff
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- scripts/fakeroot.in.orig 2010-01-15 20:06:08.160073189 +0100
|
||||
+++ scripts/fakeroot.in 2010-01-15 20:06:19.679197650 +0100
|
||||
@@ -43,7 +43,7 @@ export FAKED_MODE
|
||||
|
||||
libfound=no
|
||||
|
||||
-GETOPTEST=`getopt --version`
|
||||
+GETOPTEST=`getopt --version 2>/dev/null`
|
||||
case $GETOPTEST in
|
||||
getopt*) # GNU getopt
|
||||
FAKE_TEMP=`getopt -l lib: -l faked: -l unknown-is-real -l fd-base: -l version -l help -- +l:f:i:s:ub:vh "$@"`
|
Loading…
Add table
Add a link
Reference in a new issue