diff options
-rw-r--r-- | patches/01_hardcode-shell-and-hide-getopt-error.patch | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/patches/01_hardcode-shell-and-hide-getopt-error.patch b/patches/01_hardcode-shell-and-hide-getopt-error.patch index 51f9380..78751b9 100644 --- a/patches/01_hardcode-shell-and-hide-getopt-error.patch +++ b/patches/01_hardcode-shell-and-hide-getopt-error.patch @@ -1,11 +1,12 @@ -From: "P. J. McDermott" <pjm@nac.net> -Description: Hardcode shell interpreter and hide BusyBox getopt error - When building fakeroot on a GNU system, configure sets SHELL to /bin/bash. The - resulting fakeroot script then can't be run on ProteanOS without manually - executing the correct shell interpreter. - . - BusyBox's getopt applet doesn't recognize the "--version" option, so fakeroot - ends up printing BusyBox's long error message. +Author: "P. J. McDermott" <pj@pehjota.net> +Subject: Hardcode shell interpreter and hide BusyBox getopt error + +When building fakeroot on a GNU system, configure sets SHELL to /bin/bash. The +resulting fakeroot script then can't be run on ProteanOS without manually +executing the correct shell interpreter. + +BusyBox's getopt applet doesn't recognize the "--version" option, so fakeroot +ends up printing BusyBox's long error message. diff -Naur src.orig/scripts/fakeroot.in src/scripts/fakeroot.in --- src.orig/scripts/fakeroot.in 2011-11-30 23:00:36.000000000 -0500 |