summaryrefslogtreecommitdiff
path: root/source3/script/installcp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/installcp.sh')
-rwxr-xr-xsource3/script/installcp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/installcp.sh b/source3/script/installcp.sh
index c4f917113b..d1bc7f6291 100755
--- a/source3/script/installcp.sh
+++ b/source3/script/installcp.sh
@@ -19,8 +19,8 @@ fi
done
for p in $*; do
- echo Creating codepage file $CODEPAGEDIR/codepage.$p from codepage_def.$p
- $BINDIR/make_smbcodepage c $p codepage_def.$p $CODEPAGEDIR/codepage.$p
+ echo Creating codepage file $CODEPAGEDIR/codepage.$p
+ $BINDIR/make_smbcodepage c $p codepages/codepage_def.$p $CODEPAGEDIR/codepage.$p
done