summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67696d1)
raw | patch | inline | side by side (parent: 67696d1)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Sat, 22 Feb 2003 13:01:12 +0000 (13:01 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Sat, 22 Feb 2003 13:01:12 +0000 (13:01 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@353 f882894a-f735-0410-b71e-b25c423dba1c
Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index a6729d48ad20fc42b42c4c483368b3d91b190a0f..5ba96212606d572e9d6b153cb8757e8c66db6324 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
cd plugins; $(MAKE) test
cd plugins-scripts; $(MAKE) test
+nagios-plugins.spec: nagios-plugins.spec.in
+ sed "s/%%{VER}/@VER@/;s/%%{REL}/@REL@/;" $? > $@
+
# Solaris pkgmk
PACKDIR=build-pkg
VERSION=@PACKAGE_VERSION@