diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/codepages/lowcase.dat | bin | 131072 -> 0 bytes | |||
-rw-r--r-- | source4/codepages/upcase.dat | bin | 131072 -> 0 bytes | |||
-rw-r--r-- | source4/codepages/valid.dat | bin | 65536 -> 0 bytes | |||
-rwxr-xr-x | source4/script/installdat.sh | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/source4/codepages/lowcase.dat b/source4/codepages/lowcase.dat Binary files differdeleted file mode 100644 index 62b6e2e952..0000000000 --- a/source4/codepages/lowcase.dat +++ /dev/null diff --git a/source4/codepages/upcase.dat b/source4/codepages/upcase.dat Binary files differdeleted file mode 100644 index bb6f9beb4e..0000000000 --- a/source4/codepages/upcase.dat +++ /dev/null diff --git a/source4/codepages/valid.dat b/source4/codepages/valid.dat Binary files differdeleted file mode 100644 index 78c14b33f0..0000000000 --- a/source4/codepages/valid.dat +++ /dev/null diff --git a/source4/script/installdat.sh b/source4/script/installdat.sh index 7ff88ac788..bea8ad891a 100755 --- a/source4/script/installdat.sh +++ b/source4/script/installdat.sh @@ -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? |