summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-09-28 23:12:12 +0000
committerHerb Lewis <herb@samba.org>1998-09-28 23:12:12 +0000
commit2c6bbc2da72af4508aa8c49d003f211da5cbe5ae (patch)
treec7a85e7f44c8325e5ac126dd409e9241db9aa339 /packaging
parent71ab5c367cf54f4b821aaf056f283f48d7eb4638 (diff)
downloadsamba-2c6bbc2da72af4508aa8c49d003f211da5cbe5ae.tar.gz
samba-2c6bbc2da72af4508aa8c49d003f211da5cbe5ae.tar.xz
samba-2c6bbc2da72af4508aa8c49d003f211da5cbe5ae.zip
idb.pl add new argument to call to installcp.sh
mkrelease.sh use distclean target when cleaning before making packages
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/SGI/idb.pl2
-rwxr-xr-xpackaging/SGI/mkrelease.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index 5145047ec22..f071e1809b9 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -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]);
}
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh
index f54723f7f61..d298095ae9e 100755
--- a/packaging/SGI/mkrelease.sh
+++ b/packaging/SGI/mkrelease.sh
@@ -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