mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Share codepages.
This commit is contained in:
parent
8a3bff343a
commit
5b5e36085a
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
@ -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 "
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 128 KiB |
Binary file not shown.
Before Width: | Height: | Size: 128 KiB |
Binary file not shown.
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user