From b1929ab2b48d9c3c96792cca24a60606ab276bbb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 28 Oct 2011 09:09:37 +0000 Subject: main/fakeroot: upgrade to 1.18.1 --- main/fakeroot/busybox-getopt.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 main/fakeroot/busybox-getopt.patch (limited to 'main/fakeroot/busybox-getopt.patch') 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 "$@"` -- cgit v1.2.3