Share codepages.
[tprouty/samba.git] / source4 / script / installdat.sh
index 7ff88ac788e5a574966b8a14131ba748eb61524f..bea8ad891aca3624e7a3a4315bd9f0e9689f453f 100755 (executable)
@@ -6,7 +6,7 @@ SRCDIR=$2/
 
 echo Installing dat files in $DATDIR
 
-for f in $SRCDIR/codepages/*.dat; do
+for f in $SRCDIR/../codepages/*.dat; do
        FNAME=$DATDIR/`basename $f`
        echo $FNAME
        cp $f $FNAME || echo Cannot install $FNAME. Does $USER have privileges?