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
commit591e4ac108116fee1ad0a8bf7cb8498ee76a953d (patch)
tree8d729683c4acecdc3898a99a16b46a39cd00b534 /packaging
parent510cd30a6ec72544d24b79c13fc8a7d1c9415757 (diff)
downloadsamba-591e4ac108116fee1ad0a8bf7cb8498ee76a953d.tar.gz
fix packaging
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 1da0c95a32b..72f573b8ee1 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";