fix packaging
authorHerb Lewis <herb@samba.org>
Tue, 4 Feb 2003 00:14:18 +0000 (00:14 +0000)
committerHerb Lewis <herb@samba.org>
Tue, 4 Feb 2003 00:14:18 +0000 (00:14 +0000)
(This used to be commit 4aa52ffe4dcdbfbe93598f4f598d6fba656ab6a5)

packaging/SGI/idb.pl

index 1da0c95a32bd317cd1002826086e4b1226ee74d1..72f573b8ee1b44e5321f4e654f83ed7275675231 100755 (executable)
@@ -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";