From daabf90faebc6658cfe6e82932084792a16620f5 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Wed, 3 May 2000 22:28:44 +0000 Subject: unicode code pages are detected as compiler intermediate file so set to nostrip --- packaging/SGI/idb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index 78c355c36d4..38fd8bf8995 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"; -- cgit