[icinga-checkins] icinga.org: icinga-web/jmosshammer/default: * Install make special file fix
git at icinga.org
git at icinga.org
Tue Sep 28 11:52:52 CEST 2010
Module: icinga-web
Branch: jmosshammer/default
Commit: fb924124bef2c92e3ff8e49a6f1e54f0b9078e56
URL: https://git.icinga.org/?p=icinga-web.git;a=commit;h=fb924124bef2c92e3ff8e49a6f1e54f0b9078e56
Author: Marius Hein <marius.hein at netways.de>
Date: Tue Sep 28 11:27:05 2010 +0200
* Install make special file fix
---
etc/make/special.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/etc/make/special.mk b/etc/make/special.mk
index 72af39b..fc9d4f6 100644
--- a/etc/make/special.mk
+++ b/etc/make/special.mk
@@ -11,8 +11,7 @@ inc-install-special:
$(INSTALL) -m 775 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/app/data/log
# Binaries
- $(INSTALL) -m 755 $(INSTALL_OPTS) bin
- $(INSTALL) -m 755 $(INSTALL_OPTS) bin/agavi
+ $(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(prefix)/bin
$(INSTALL) -m 755 $(INSTALL_OPTS) bin/agavi $(DESTDIR)$(prefix)/bin/agavi
$(INSTALL) -m 755 $(INSTALL_OPTS) bin/console.php $(DESTDIR)$(prefix)/bin/console.php
$(INSTALL) -m 755 $(INSTALL_OPTS) bin/create-changelog.py $(DESTDIR)$(prefix)/bin/create-changelog.py
More information about the icinga-checkins
mailing list