From a3fe711215064fe8f8706c86ac8fb92e1006d2a3 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Sun, 2 Nov 2003 22:32:20 +0000 Subject: [PATCH] "Andreas V. Meier" : I just noticed that the gtk-ui of unison is never built because the \+ is valuated before pkgcheck gets it. Quoting it seems to solve the problem. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1678 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/nikolaus/unison/unison.conf | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index f8bac2088..3a0e1fc02 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -3,6 +3,7 @@ - updated regexxer (0.5) and abiword (2.0.1) - updated gccx (3.4-snapshot) + - Andreas V. Meier: fixed escaping in nikolaus/unison *) 2003-11-01 (2.0.0-rc2 - 2.0.0-rc3) diff --git a/package/nikolaus/unison/unison.conf b/package/nikolaus/unison/unison.conf index 451c51694..8e477f47c 100644 --- a/package/nikolaus/unison/unison.conf +++ b/package/nikolaus/unison/unison.conf @@ -25,7 +25,7 @@ srctar=src.tar.bz2 unison_main() { - if pkgcheck gtk\+12 X ; then + if pkgcheck 'gtk\+12' X ; then $MAKE $makeopt UISTYLE=gtk mv unison unison_gtk else