diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-28 09:09:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-28 09:09:37 +0000 |
commit | b1929ab2b48d9c3c96792cca24a60606ab276bbb (patch) | |
tree | a2f7d9a09eb36b1b2cfa1117ef9435bcc376cc91 /main/fakeroot/busybox-getopt.patch | |
parent | ffcc74ea00d0cad9343905005e6c3ec9f19fc861 (diff) | |
download | aports-b1929ab2b48d9c3c96792cca24a60606ab276bbb.tar.bz2 aports-b1929ab2b48d9c3c96792cca24a60606ab276bbb.tar.xz |
main/fakeroot: upgrade to 1.18.1
Diffstat (limited to 'main/fakeroot/busybox-getopt.patch')
-rw-r--r-- | main/fakeroot/busybox-getopt.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/fakeroot/busybox-getopt.patch b/main/fakeroot/busybox-getopt.patch new file mode 100644 index 000000000..94029bf24 --- /dev/null +++ b/main/fakeroot/busybox-getopt.patch @@ -0,0 +1,13 @@ +diff --git a/scripts/fakeroot.in b/scripts/fakeroot.in +index 324a9dc..8d4235d 100755 +--- a/scripts/fakeroot.in ++++ b/scripts/fakeroot.in +@@ -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 "$@"` |