Fix a bunch of little things from the previous changeset.
[pkgusr] / usr / lib / pkgusr / mkdir
index 976ade9..7ca6d26 100755 (executable)
@@ -55,7 +55,7 @@ for dir in $dirs ; do
        cumuldir=$cumuldir$d/
        if [ $SUPPRESSLOCALEDIR -eq 0 ]; then
            echo 1>&2 '***' Possible root intervention required 
-           echo 1>&2 '***' install -vdm1775 -oroot -groot $watchdir/$cumuldir
+           echo 1>&2 '***' install -vdm1775 -oroot -ginstall $watchdir/$cumuldir
        else
            echo 1>&2 '***' Locale directory creation suppressed
            echo 1>&2 '***' $watchdir/$cumuldir
@@ -63,7 +63,7 @@ for dir in $dirs ; do
        fi
     done  
 done
-fi
+
 exit 0
 
 # Local variables: