pkgsrc/emulators/uae/patches/patch-ah
2006-10-18 23:38:59 +00:00

22 lines
689 B
Text

$NetBSD: patch-ah,v 1.1 2006/10/18 23:38:59 wiz Exp $
--- src/install_libscg.orig 2000-07-23 14:32:04.000000000 +0000
+++ src/install_libscg
@@ -9,7 +9,7 @@
#
# check arguments
#
-if [ $# -lt 1 ] || [ $# -gt 3 ] || [ "$1" == "--help" ]; then
+if [ $# -lt 1 ] || [ $# -gt 3 ] || [ "$1" = "--help" ]; then
echo "usage: $0 <cdrecord dir> <machine type (optional)>"
exit 0
fi
@@ -31,7 +31,7 @@ else
echo "please specify your machine type - libscg was compiled for:"
echo "$machine"
exit 10
- elif [ "$machine"x == x ]; then
+ elif [ "$machine"x = x ]; then
echo "please compile cdrecord for your machine first"
exit 10
fi