summaryrefslogtreecommitdiffstats
path: root/pkg/solaris/solpkg
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2003-05-14 21:39:48 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2003-05-14 21:39:48 (GMT)
commit7abe670895f8c4921c93d518ccb56170cdc33629 (patch)
tree1f4e11eb8469689b6380d49aa7fab0dd29eea5e9 /pkg/solaris/solpkg
parent61b0173555ec08f2b03182c9113f1abbc40a4291 (diff)
downloadmonitoring-plugins-7abe670895f8c4921c93d518ccb56170cdc33629.tar.gz
Remove dependency on gnu make
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@509 f882894a-f735-0410-b71e-b25c423dba1c
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";