summaryrefslogtreecommitdiff
path: root/print/libpaper/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'print/libpaper/patches/patch-aa')
-rw-r--r--print/libpaper/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/print/libpaper/patches/patch-aa b/print/libpaper/patches/patch-aa
new file mode 100644
index 00000000000..14064ec2b1b
--- /dev/null
+++ b/print/libpaper/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/09/04 20:10:12 drochner Exp $
+
+--- src/paperconfig.in.orig 2007-09-04 20:59:02.000000000 +0200
++++ src/paperconfig.in
+@@ -1,4 +1,4 @@
+-#! /bin/bash
++#! /bin/sh
+
+ # paperconfig: configuration of system paper name
+ #
+@@ -44,7 +44,7 @@ export @RUNPARTSDIRVAR@
+
+ force=0
+
+-if [ "$#" == 0 ]
++if [ "$#" = 0 ]
+ then
+ usage
+ fi