diff options
author | Herb Lewis <herb@samba.org> | 1998-08-07 19:01:59 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 1998-08-07 19:01:59 +0000 |
commit | c0e709417f278f2a37c36655909ca0f2b1409232 (patch) | |
tree | 359fb8ab0d5b62b1535c0a006bb31f40bd4ae68c /packaging/SGI | |
parent | 05e6d0bcc19019c5cdba150ba84f911cf5f51381 (diff) | |
download | samba-c0e709417f278f2a37c36655909ca0f2b1409232.tar.gz samba-c0e709417f278f2a37c36655909ca0f2b1409232.tar.bz2 samba-c0e709417f278f2a37c36655909ca0f2b1409232.zip |
forgot to remove -nostrip option for packaging. Makes inst package too big.
(This used to be commit 8bf365a54a5aedbd1b2aa373aa6b26a9708d7156)
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-x | packaging/SGI/mkrelease.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/mkrelease.sh b/packaging/SGI/mkrelease.sh index 6f4b600f41..f54723f7f6 100755 --- a/packaging/SGI/mkrelease.sh +++ b/packaging/SGI/mkrelease.sh @@ -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 |