summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-05-03 22:28:44 +0000
committerHerb Lewis <herb@samba.org>2000-05-03 22:28:44 +0000
commitdaabf90faebc6658cfe6e82932084792a16620f5 (patch)
tree46a56f6a3877a5c9e36a977a8ccff8c3a81408c5
parent22a4ad3a167ecd9742b2566db8df58d603da0b13 (diff)
downloadsamba-daabf90faebc6658cfe6e82932084792a16620f5.tar.gz
samba-daabf90faebc6658cfe6e82932084792a16620f5.tar.xz
samba-daabf90faebc6658cfe6e82932084792a16620f5.zip
unicode code pages are detected as compiler intermediate file so set to
nostrip
-rwxr-xr-xpackaging/SGI/idb.pl2
1 files changed, 1 insertions, 1 deletions
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";