summaryrefslogtreecommitdiff
path: root/packaging/SGI
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
commitd455d42234ebe28f00ae360627fcb2a2f88787e0 (patch)
treed36cb4d0365dfcdbc7273fd65c60a106bb807082 /packaging/SGI
parentf58761eaddf67fc32b33351a73ff06d386c738ba (diff)
downloadsamba-d455d42234ebe28f00ae360627fcb2a2f88787e0.tar.gz
samba-d455d42234ebe28f00ae360627fcb2a2f88787e0.tar.bz2
samba-d455d42234ebe28f00ae360627fcb2a2f88787e0.zip
idb.pl add new argument to call to installcp.sh
mkrelease.sh use distclean target when cleaning before making packages (This used to be commit 2c6bbc2da72af4508aa8c49d003f211da5cbe5ae)
Diffstat (limited to 'packaging/SGI')
-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 5145047ec2..f071e1809b 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 f54723f7f6..d298095ae9 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