openbsd-ports/net/icinga/web/patches/patch-Makefile_in
sthen 8439312341 update Icinga to 1.8.0, testing (including icinga-web) and ok rpe@
- slight tweaks to upgrade documentation while there; you should still
check the proper upgrade notes from upstream, but the README now points
idodb users at the actual location of the schema update files to save
a bit of hunting.
2012-10-18 20:04:58 +00:00

13 lines
559 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.4 2012/10/18 20:04:58 sthen Exp $
--- Makefile.in.orig Thu Oct 18 10:43:14 2012
+++ Makefile.in Thu Oct 18 13:34:42 2012
@@ -287,7 +287,7 @@ db-purge-userprefs:
$(PHING_CALL) db-purge-userprefs
make-create-files:
- $(SED) -i '/^# INSTALL_FILES_BEGIN/,/^# INSTALL_FILES_END/{D}' $(INC_MAKE_FILES) > $(INC_MAKE_FILES).tmp
+ $(SED) '/^# INSTALL_FILES_BEGIN/,/^# INSTALL_FILES_END/{D}' $(INC_MAKE_FILES) > $(INC_MAKE_FILES).tmp
mv $(INC_MAKE_FILES).tmp $(INC_MAKE_FILES)
./bin/create-makefile.sh ./ >> $(INC_MAKE_FILES)