unicode code pages are detected as compiler intermediate file so set to
authorHerb Lewis <herb@samba.org>
Wed, 3 May 2000 22:29:54 +0000 (22:29 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 3 May 2000 22:29:54 +0000 (22:29 +0000)
nostrip
(This used to be commit 5e7bc9c3e705cfaa12bd0071a873c79e2097a5a0)

packaging/SGI/idb.pl

index 78c355c36d4e24cce7823dda731ef14c1da21f0b..38fd8bf899557d34fb4ce1cf8d5ac4eacce7e6f7 100755 (executable)
@@ -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";