]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- switched if gettext_version == 0.11 to if gettext_version != 0.10
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 21 Nov 2002 16:57:56 +0000 (16:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- will test it and if works - I'll bump rpm's rel

Changed files:
    rpm.macros -> 1.93

rpm.macros

index c9053dec045cb2cc86be4cb15cd56b73c14efcca..36d079a72f15fdd2904a7af6bcc7eb5c96e20005 100644 (file)
@@ -39,7 +39,7 @@
 #
 %__libtoolize           libtoolize --copy --force
 %__gettextize { \
-    if gettextize --version | grep -q '0\.11\.' ; then \
+    if ! gettextize --version | grep -q '0\.10\.' ; then \
        if [ -f po/Makevars ]; then \
            gettextize --copy --force --no-changelog; \
        else \
This page took 0.050403 seconds and 4 git commands to generate.