[omd-commits] OMD Git: omd: rrdtool: Well, this is a Makefile...
git version control
git at mathias-kettner.de
Thu Oct 24 13:43:36 CEST 2013
Module: omd
Branch: master
Commit: 2d0d60ab8c9a8cbff30c9a02e9ae6d972636a6a9
URL: http://omdistro.org/projects/omd/repository/revisions/2d0d60ab8c9a8cbff30c9a02e9ae6d972636a6a9
Author: Lars Michelsen <lm at mathias-kettner.de>
Date: Thu Oct 24 13:43:32 2013 +0200
Commiter: Lars Michelsen <lm at mathias-kettner.de>
Date: Thu Oct 24 13:43:32 2013 +0200
rrdtool: Well, this is a Makefile...
---
Makefile | 2 --
packages/rrdtool/Makefile | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 09e0658..eb76926 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,6 @@ PACKAGES=perl-modules \
shinken \
thruk \
maintenance \
- gearmand \
- mod-gearman \
patch \
nail \
notifications-tt
diff --git a/packages/rrdtool/Makefile b/packages/rrdtool/Makefile
index 94fb4fa..8a8fd20 100644
--- a/packages/rrdtool/Makefile
+++ b/packages/rrdtool/Makefile
@@ -47,8 +47,8 @@ install:
rm -rf $(DESTDIR)$(OMD_ROOT)/lib64 ; \
fi
# Cleanup files below lib/python2*. The real stuff is in lib/python
- if ls $(DESTDIR)$(OMD_ROOT)/lib/python2* >/dev/null 2>&1; then
- rm -rf $(DESTDIR)$(OMD_ROOT)/lib/python2*
+ if ls $(DESTDIR)$(OMD_ROOT)/lib/python2* >/dev/null 2>&1; then \
+ rm -rf $(DESTDIR)$(OMD_ROOT)/lib/python2* ; \
fi
skel:
More information about the omd-commits
mailing list