forgot to remove -nostrip option for packaging. Makes inst package too big.
authorHerb Lewis <herb@samba.org>
Fri, 7 Aug 1998 19:01:59 +0000 (19:01 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 7 Aug 1998 19:01:59 +0000 (19:01 +0000)
(This used to be commit 8bf365a54a5aedbd1b2aa373aa6b26a9708d7156)

packaging/SGI/mkrelease.sh

index 6f4b600f41c7e9fd8949d54118172e95e71f0804..f54723f7f61c683827b9284f9a9e0758a44b0caf 100755 (executable)
@@ -78,5 +78,5 @@ if [ ! -d bins ]; then
 fi
 
 # do the packaging
-/usr/sbin/gendist -rbase / -sbase ../.. -idb samba.idb -spec samba.spec -dist ./bins -nostrip -all
+/usr/sbin/gendist -rbase / -sbase ../.. -idb samba.idb -spec samba.spec -dist ./bins -all