summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2000-05-03 22:29:54 +0000
committerHerb Lewis <herb@samba.org>2000-05-03 22:29:54 +0000
commit5e7bc9c3e705cfaa12bd0071a873c79e2097a5a0 (patch)
treeb3fe84bba0829f1a41d94ce7624c2dda52899488 /packaging
parent09e92a61a966d09f543ba541ddb3240cc4718579 (diff)
downloadsamba-5e7bc9c3e705cfaa12bd0071a873c79e2097a5a0.tar.gz
samba-5e7bc9c3e705cfaa12bd0071a873c79e2097a5a0.tar.xz
samba-5e7bc9c3e705cfaa12bd0071a873c79e2097a5a0.zip
unicode code pages are detected as compiler intermediate file so set to
nostrip
Diffstat (limited to 'packaging')
-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";