1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

idb.pl add new argument to call to installcp.sh

mkrelease.sh  use distclean target when cleaning before making packages
This commit is contained in:
Herb Lewis -
parent 71ab5c367c
commit 2c6bbc2da7
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ if (@codepage) {
chdir '../../source';
# if we have codepages we need to create them for the package
system("chmod +x ./script/installcp.sh");
system("./script/installcp.sh . ../packaging/SGI/codepages ./bin @codepage[0]");
system("./script/installcp.sh . . ../packaging/SGI/codepages ./bin @codepage[0]");
chdir $curdir;
@codepage = sort split(' ',@codepage[0]);
}

View File

@ -13,7 +13,7 @@ fi
if [ "$doclean" = "clean" ]; then
cd ../../source
make clean
make distclean
cd ../packaging/SGI
rm -rf bins catman html codepages swat samba.idb samba.spec
fi