summaryrefslogtreecommitdiffstats
path: root/pkg/solaris/solpkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/solaris/solpkg')
-rwxr-xr-xpkg/solaris/solpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/solaris/solpkg b/pkg/solaris/solpkg
index 0b82bce..00846d0 100755
--- a/pkg/solaris/solpkg
+++ b/pkg/solaris/solpkg
@@ -18,7 +18,7 @@ if ($pwd =~ '\/usr\/local') {
18die "Wrong location, please cd to <PKGBASE>/usr/local/ and run again.\n" 18die "Wrong location, please cd to <PKGBASE>/usr/local/ and run again.\n"
19 if ($pwd eq ""); 19 if ($pwd eq "");
20 20
21open (PREPROTO,"$find . -print |$pkgproto |") || 21open (PREPROTO,"$find . -print |$egrep -v \"^.(/usr(/local)|/opt)?\$\" | $pkgproto |") ||
22 die "Unable to read prototype information ($!)\n"; 22 die "Unable to read prototype information ($!)\n";
23open (PROTO,">$prototype") || 23open (PROTO,">$prototype") ||
24 die "Unable to write file prototype ($!)\n"; 24 die "Unable to write file prototype ($!)\n";