diff options
Diffstat (limited to 'devel/libconfig/patches/patch-aa')
-rw-r--r-- | devel/libconfig/patches/patch-aa | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libconfig/patches/patch-aa b/devel/libconfig/patches/patch-aa new file mode 100644 index 00000000000..ac7d92626e0 --- /dev/null +++ b/devel/libconfig/patches/patch-aa @@ -0,0 +1,10 @@ +$NetBSD: patch-aa,v 1.1 2008/04/17 21:19:22 wiz Exp $ + +--- debian/libconfigduo2.postinst.orig 2008-03-22 21:16:39.000000000 +0000 ++++ debian/libconfigduo2.postinst +@@ -1,4 +1,4 @@ + #!/bin/sh +-if [ "$1" == "configure" ]; then ++if [ "$1" = "configure" ]; then + ldconfig + fi |