diff options
author | prspkt <prspkt@protonmail.com> | 2018-07-05 13:44:54 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-13 17:13:50 +0000 |
commit | 32c87b29cbcd6503c2672abd57b05e50296b404e (patch) | |
tree | caaeb8253aef476ceb18dadb253bdf8c5a17d3d8 /main/fakeroot/busybox-getopt.patch | |
parent | 64ae787df08451c0d0e9f0e934e461ff5f342c99 (diff) | |
download | aports-32c87b29cbcd6503c2672abd57b05e50296b404e.tar.bz2 aports-32c87b29cbcd6503c2672abd57b05e50296b404e.tar.xz |
main/fakeroot: upgrade to 1.23
Diffstat (limited to 'main/fakeroot/busybox-getopt.patch')
-rw-r--r-- | main/fakeroot/busybox-getopt.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/main/fakeroot/busybox-getopt.patch b/main/fakeroot/busybox-getopt.patch deleted file mode 100644 index e8172e8f10..0000000000 --- a/main/fakeroot/busybox-getopt.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- ./scripts/fakeroot.in.orig -+++ ./scripts/fakeroot.in -@@ -43,9 +43,9 @@ - - libfound=no - --GETOPTEST=`getopt --version` -+GETOPTEST=`getopt --version 2>&1 | head -n2` - case $GETOPTEST in --getopt*) # GNU getopt -+getopt*|*BusyBox*) # 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 "$@"` - ;; - *) # POSIX getopt ? |