diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 17:12:16 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 17:12:16 +0200 |
commit | db65c3374ad337135a7bd4d67abced258c01c5bd (patch) | |
tree | a05d5939b8f20a8429f09169d7c8611d206f2b42 /source3 | |
parent | 0e36ffc6750f77018a5201ea9503d53401dda642 (diff) | |
parent | d59f476ecdfff5553144bca9f60bec0d0645a930 (diff) | |
download | samba-db65c3374ad337135a7bd4d67abced258c01c5bd.tar.gz samba-db65c3374ad337135a7bd4d67abced258c01c5bd.tar.bz2 samba-db65c3374ad337135a7bd4d67abced258c01c5bd.zip |
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Diffstat (limited to 'source3')
-rw-r--r-- | source3/codepages/lowcase.dat | bin | 131072 -> 0 bytes | |||
-rw-r--r-- | source3/codepages/upcase.dat | bin | 131072 -> 0 bytes | |||
-rw-r--r-- | source3/codepages/valid.dat | bin | 65536 -> 0 bytes | |||
-rwxr-xr-x | source3/script/installdat.sh | 2 |
4 files changed, 1 insertions, 1 deletions
diff --git a/source3/codepages/lowcase.dat b/source3/codepages/lowcase.dat Binary files differdeleted file mode 100644 index 62b6e2e952..0000000000 --- a/source3/codepages/lowcase.dat +++ /dev/null diff --git a/source3/codepages/upcase.dat b/source3/codepages/upcase.dat Binary files differdeleted file mode 100644 index bb6f9beb4e..0000000000 --- a/source3/codepages/upcase.dat +++ /dev/null diff --git a/source3/codepages/valid.dat b/source3/codepages/valid.dat Binary files differdeleted file mode 100644 index 78c14b33f0..0000000000 --- a/source3/codepages/valid.dat +++ /dev/null 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 " |