From d455d42234ebe28f00ae360627fcb2a2f88787e0 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Mon, 28 Sep 1998 23:12:12 +0000 Subject: 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) --- packaging/SGI/idb.pl | 2 +- packaging/SGI/mkrelease.sh | 2 +- 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 -- cgit