idb.pl add new argument to call to installcp.sh
authorHerb Lewis <herb@samba.org>
Mon, 28 Sep 1998 23:12:12 +0000 (23:12 +0000)
committerHerb Lewis <herb@samba.org>
Mon, 28 Sep 1998 23:12:12 +0000 (23:12 +0000)
mkrelease.sh  use distclean target when cleaning before making packages
(This used to be commit 2c6bbc2da72af4508aa8c49d003f211da5cbe5ae)

packaging/SGI/idb.pl
packaging/SGI/mkrelease.sh

index 5145047ec225509b67fdd5ad09104efecf9852c4..f071e1809b97e80e5961002c5f51fdf5169f7e3d 100755 (executable)
@@ -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]);
 }
index f54723f7f61c683827b9284f9a9e0758a44b0caf..d298095ae9e62e0ae99552e3ec384089b808124e 100755 (executable)
@@ -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