diff options
author | Eric Stanley <estanley@nagios.com> | 2012-01-20 06:49:49 -0600 |
---|---|---|
committer | Eric Stanley <estanley@nagios.com> | 2012-01-20 06:49:49 -0600 |
commit | 355ad150eb4ba18d1e863c34c85e60a20f7c710d (patch) | |
tree | 2cdb807fafb9b6e8e4fa45abf4a5a3a59682dc66 /Makefile.am | |
parent | d287ca27be8216b9e0082405aee34eb50eaeef54 (diff) | |
download | monitoring-plugins-355ad150eb4ba18d1e863c34c85e60a20f7c710d.tar.gz |
Added pst3 to Solaris package.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8e2de783..ce6ae6ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ solpkg: if [ ! -d $(PACKDIR) ] ; then mkdir $(PACKDIR); fi $(MAKE) all $(MAKE) DESTDIR=$$PWD/$(BUILDDIR) install + $(INSTALL) plugins-root/pst3 $(BUILDDIR)$(libexecdir) $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) $(INSTALL) pkg/solaris/preinstall $(BUILDDIR) cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) |