]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- added path in script auto/ac/Zope-2_7_2-3
authorankry <ankry@pld-linux.org>
Wed, 25 Aug 2004 22:23:34 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope.spec -> 1.76

Zope.spec

index e308198e6f3bbf9e99cb795863606b6255625dda..c3b69e1a41b31ef2cf9f4ef675dac6a5d0afce30 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -147,8 +147,8 @@ touch $RPM_BUILD_ROOT/var/log/zope/main/Z2.log
 rm -rf $RPM_BUILD_ROOT
 
 %pre
-if [ -n "`getgid zope`" ]; then
-       if [ "`getgid zope`" != "112" ]; then
+if [ -n "`/usr/bin/getgid zope`" ]; then
+       if [ "`/usr/bin/getgid zope`" != "112" ]; then
                echo "Error: group zope doesn't have gid=112. Correct this before installing zope." 1>&2
                exit 1
        fi
This page took 0.080678 seconds and 4 git commands to generate.