Bläddra i källkod

modifying package: webmin-1.150 20040726 -> 20040728

Michael Schloh von Bennewitz 21 år sedan
förälder
incheckning
1b74593cc5
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      webmin/webmin.spec

+ 3 - 3
webmin/webmin.spec

@@ -34,7 +34,7 @@ Class:        EVAL
 Group:        Web
 License:      BSD-style
 Version:      1.150
-Release:      20040726
+Release:      20040728
 
 #   list of sources
 Source0:      http://osdn.dl.sourceforge.net/sourceforge/webadmin/webmin-%{version}.tar.gz
@@ -69,11 +69,11 @@ AutoReqProv:  no
         -e 's;^[^a-zA-Z0-9]*chgrp.*$;true;g' \
         -e 's;^[^a-zA-Z0-9]*chmod.*$;true;g' \
         -e 's;^.*\(\$perl \-e.*\$port\);# Do not check the server port: \1;g' \
-        -e 's/\(.*\)echo "ERROR: The Webmin install script must be run as root.*/\1fi; if false; then/g' \
+        -e 's/\(.*\)echo "ERROR: The Webmin install script must be run as root.*/\1true; fi; if false; then/g' \
         setup.sh
     for badfname in `find . -name '*\\**' -print | %{l_shtool} subst -e 's;\\*;\\\\\*;g;'`
     do
-        gudfname=`echo ${badfname} | %{l_shtool} subst -e 's;\\\\\*;=;'` >/dev/null 2>&1
+        gudfname=`echo ${badfname} | %{l_shtool} subst -e 's;\\\\\*;=;'`
         eval mv ${badfname} ${gudfname}
     done