summaryrefslogtreecommitdiff
path: root/packaging/SGI
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2003-02-04 00:14:18 +0000
committerHerb Lewis <herb@samba.org>2003-02-04 00:14:18 +0000
commit058ae38be9fd843432891a47c748e74d8aab91ea (patch)
treee095df7b15f689bc36ed404551e83e50cd2e4521 /packaging/SGI
parent5e391e0092561ec0a2817088e97374e1dc52f266 (diff)
downloadsamba-058ae38be9fd843432891a47c748e74d8aab91ea.tar.gz
samba-058ae38be9fd843432891a47c748e74d8aab91ea.tar.bz2
samba-058ae38be9fd843432891a47c748e74d8aab91ea.zip
fix packaging
(This used to be commit 4aa52ffe4dcdbfbe93598f4f598d6fba656ab6a5)
Diffstat (limited to 'packaging/SGI')
-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";