diff options
author | Herb Lewis <herb@samba.org> | 2000-05-03 22:29:54 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2000-05-03 22:29:54 +0000 |
commit | 7de6b0474bc6b279d6bf45ae63f04fc2066f85f8 (patch) | |
tree | 5357c74aacb12cc6cabafc2a16a13307eeeaaf7b /packaging/SGI | |
parent | 8c19fa8f7abaf97a994e733394ad3631a31dca40 (diff) | |
download | samba-7de6b0474bc6b279d6bf45ae63f04fc2066f85f8.tar.gz samba-7de6b0474bc6b279d6bf45ae63f04fc2066f85f8.tar.bz2 samba-7de6b0474bc6b279d6bf45ae63f04fc2066f85f8.zip |
unicode code pages are detected as compiler intermediate file so set to
nostrip
(This used to be commit 5e7bc9c3e705cfaa12bd0071a873c79e2097a5a0)
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-x | packaging/SGI/idb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index 78c355c36d..38fd8bf899 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -180,7 +180,7 @@ print IDB "d 0755 root sys usr/samba/lib $SRCPFX/packaging/SGI $PKG.sw.base\n"; print IDB "d 0755 root sys usr/samba/lib/codepages $SRCPFX/packaging/SGI $PKG.sw.base\n"; while (@codepage) { $nextpage = shift @codepage; - print IDB "f 0644 root sys usr/samba/lib/codepages/$nextpage $SRCPFX/packaging/SGI/codepages/$nextpage $PKG.sw.base\n"; + print IDB "f 0644 root sys usr/samba/lib/codepages/$nextpage $SRCPFX/packaging/SGI/codepages/$nextpage $PKG.sw.base nostrip \n"; } print IDB "f 0644 root sys usr/samba/lib/smb.conf $SRCPFX/packaging/SGI/smb.conf $PKG.sw.base config(suggest)\n"; |