]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
unicode code pages are detected as compiler intermediate file so set to
authorHerb Lewis <herb@samba.org>
Wed, 3 May 2000 22:28:44 +0000 (22:28 +0000)
committerHerb Lewis <herb@samba.org>
Wed, 3 May 2000 22:28:44 +0000 (22:28 +0000)
nostrip

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";