diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-07 23:34:12 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-07 23:34:12 (EST) |
commit | a83269b4a4accac4bd6f86cd6b91592240ba82de (patch) | |
tree | d9c805cb70de3b95ad0dd530281f697ac7727461 | |
parent | 208245259563d4bc338597e01ea6b94d88c17d87 (diff) |
Change patch headers.
-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 |