diff options
author | Herb Lewis <herb@samba.org> | 2003-02-04 00:14:18 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2003-02-04 00:14:18 +0000 |
commit | 058ae38be9fd843432891a47c748e74d8aab91ea (patch) | |
tree | e095df7b15f689bc36ed404551e83e50cd2e4521 /packaging/SGI/idb.pl | |
parent | 5e391e0092561ec0a2817088e97374e1dc52f266 (diff) | |
download | samba-058ae38be9fd843432891a47c748e74d8aab91ea.tar.gz samba-058ae38be9fd843432891a47c748e74d8aab91ea.tar.xz samba-058ae38be9fd843432891a47c748e74d8aab91ea.zip |
fix packaging
(This used to be commit 4aa52ffe4dcdbfbe93598f4f598d6fba656ab6a5)
Diffstat (limited to 'packaging/SGI/idb.pl')
-rwxr-xr-x | packaging/SGI/idb.pl | 1 |
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"; |