electron_32: fix log spam when building on aarch64-linux (#378988)
[NixPkgs.git] / pkgs / by-name / hi / hibernate / gen-manpages.patch
blobcdbacc86bafaba4a095e2cb9581f884d76e2e5aa
1 --- hibernate-script-1.98.1/gen-manpages.sh 2008-03-31 09:40:29.000000000 +0200
2 +++ hibernate-script-1.98.1/gen-manpages.sh 2008-04-01 15:58:11.000000000 +0200
3 @@ -254,7 +254,7 @@ BEGIN {
6 # Create a copy of hibernate.sh with only the help items
7 -TMPF=`mktemp /tmp/tmp.hibernate.XXXXXX`
8 +TMPF=`mktemp "$TMPDIR/tmp.hibernate.XXXXXX"`
9 awk '{
10 if ((substr($0, 1, 1) != "#") && (match($0, "AddConfigHelp") || match($0, "AddOptionHelp")) && (match($0, "\\(\\)") == 0)) {
11 print $0;