diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2003-05-14 21:39:48 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2003-05-14 21:39:48 (GMT) |
commit | 7abe670895f8c4921c93d518ccb56170cdc33629 (patch) | |
tree | 1f4e11eb8469689b6380d49aa7fab0dd29eea5e9 /pkg/solaris/solpkg | |
parent | 61b0173555ec08f2b03182c9113f1abbc40a4291 (diff) | |
download | monitoring-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-x | pkg/solaris/solpkg | 2 |
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') { | |||
18 | die "Wrong location, please cd to <PKGBASE>/usr/local/ and run again.\n" | 18 | die "Wrong location, please cd to <PKGBASE>/usr/local/ and run again.\n" |
19 | if ($pwd eq ""); | 19 | if ($pwd eq ""); |
20 | 20 | ||
21 | open (PREPROTO,"$find . -print |$pkgproto |") || | 21 | open (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"; |
23 | open (PROTO,">$prototype") || | 23 | open (PROTO,">$prototype") || |
24 | die "Unable to write file prototype ($!)\n"; | 24 | die "Unable to write file prototype ($!)\n"; |