summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/codepages/lowcase.datbin131072 -> 0 bytes
-rw-r--r--source3/codepages/upcase.datbin131072 -> 0 bytes
-rw-r--r--source3/codepages/valid.datbin65536 -> 0 bytes
-rwxr-xr-xsource3/script/installdat.sh2
4 files changed, 1 insertions, 1 deletions
diff --git a/source3/codepages/lowcase.dat b/source3/codepages/lowcase.dat
deleted file mode 100644
index 62b6e2e952..0000000000
--- a/source3/codepages/lowcase.dat
+++ /dev/null
Binary files differ
diff --git a/source3/codepages/upcase.dat b/source3/codepages/upcase.dat
deleted file mode 100644
index bb6f9beb4e..0000000000
--- a/source3/codepages/upcase.dat
+++ /dev/null
Binary files differ
diff --git a/source3/codepages/valid.dat b/source3/codepages/valid.dat
deleted file mode 100644
index 78c14b33f0..0000000000
--- a/source3/codepages/valid.dat
+++ /dev/null
Binary files differ
diff --git a/source3/script/installdat.sh b/source3/script/installdat.sh
index 59bf2f919d..2cc3677fba 100755
--- a/source3/script/installdat.sh
+++ b/source3/script/installdat.sh
@@ -20,7 +20,7 @@ case $0 in
*) mode='install' ;;
esac
-for f in $SRCDIR/codepages/*.dat; do
+for f in $SRCDIR/../codepages/*.dat; do
FNAME="$DESTDIR/$DATDIR/`basename $f`"
if test "$mode" = 'install'; then
echo "Installing $f as $FNAME "