pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/suse113_linux Fix syntax error
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c71546b2b3e
branches: trunk
changeset: 592702:5c71546b2b3e
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Sep 12 17:17:04 2011 +0000
description:
Fix syntax error
diffstat:
emulators/suse113_linux/emulator.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 05be7b57b9d5 -r 5c71546b2b3e emulators/suse113_linux/emulator.mk
--- a/emulators/suse113_linux/emulator.mk Mon Sep 12 17:12:10 2011 +0000
+++ b/emulators/suse113_linux/emulator.mk Mon Sep 12 17:17:04 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: emulator.mk,v 1.3 2011/09/12 11:34:09 joerg Exp $
+# $NetBSD: emulator.mk,v 1.4 2011/09/12 17:17:04 joerg Exp $
#
# This file is included by linux-suse.mk in the emulator framework.
#
@@ -14,7 +14,7 @@
EMUL_DISTRO= suse-11.3
.if defined(SUSE_PKG)
-_SUSE_VERSION_REQD= -11.3${{,nb*}
+_SUSE_VERSION_REQD= -11.3{,nb*}
.else
_SUSE_VERSION_REQD= >=11.3<11.4
.endif
Home |
Main Index |
Thread Index |
Old Index