Browse Source

"Andreas V. Meier" <avmeier@web.de>:

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
rocklinux
Rene Rebe 22 years ago
parent
commit
a3fe711215
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -1
      package/nikolaus/unison/unison.conf

+ 1
- 0
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)

+ 1
- 1
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

Loading…
Cancel
Save