summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-02-04 00:19:10 +0000
committerHerb Lewis <herb@samba.org>2003-02-04 00:19:10 +0000
commit24eb0531b52451dd3ec053fc4c2fd5db380a25ca (patch)
tree7eb2fb98d0cccba39dafdc1647bd879a41e20be6 /packaging
parent9c1c11dada6211d28e0a69370e90ba0b8e34d7be (diff)
downloadsamba-24eb0531b52451dd3ec053fc4c2fd5db380a25ca.tar.gz
samba-24eb0531b52451dd3ec053fc4c2fd5db380a25ca.tar.bz2
samba-24eb0531b52451dd3ec053fc4c2fd5db380a25ca.zip
fix packaging
(This used to be commit 591e4ac108116fee1ad0a8bf7cb8498ee76a953d)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/SGI/idb.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl
index 1da0c95a32..72f573b8ee 100755
--- a/packaging/SGI/idb.pl
+++ b/packaging/SGI/idb.pl
@@ -274,6 +274,7 @@ if (@nsswitch) {
print IDB "d 0755 root sys var/ns/lib $SRCPFX/packaging/SGI $PKG.sw.base\n";
while(@nsswitch) {
$nextfile = shift @nsswitch;
+ next if $nextfile eq 'libsmbclient';
($filename = $nextfile) =~ s/^.*\///;
$filename =~ s/libnss/libns/;
print IDB "f 0644 root sys var/ns/lib/$filename $SRCPFX/source/$nextfile $PKG.sw.base \n";