pkgsrc-ng/x11/xlockmore/patches/patch-config.cygport
2016-01-21 23:41:46 +01:00

20 lines
436 B
Plaintext

$NetBSD: patch-config.cygport,v 1.1 2015/04/15 07:31:15 spz Exp $
--- config.cygport.orig 2015-02-18 04:10:55.000000000 +0000
+++ config.cygport
@@ -4,12 +4,12 @@ PWD=`pwd`
#NAME=${DIR}
NAME=xlockmore
GROUP=${NAME}
-if test "$1" == ""; then
+if test "$1" = ""; then
VERSION=`sed 's/^.*"\(.*\)"/\1/' ./version.h`
RELEASE=1
else
VERSION=$1
- if test "$2" == ""; then
+ if test "$2" = ""; then
RELEASE=1
else
RELEASE=$2