Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 332369 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.in (-1 / +1 lines)
Lines 208-214 Link Here
208
	cd $(SRC_SITE) && $(MAKE)
208
	cd $(SRC_SITE) && $(MAKE)
209
209
210
install-log:
210
install-log:
211
	$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(LOGDIR)
211
	$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d ${DESTDIR}$(LOGDIR)
212
212
213
install-all: install-lib install-pub install-etc install-bin install-doc install-app install-log
213
install-all: install-lib install-pub install-etc install-bin install-doc install-app install-log
214
214
(-)app/Makefile.in (-1 / +1 lines)
Lines 32-37 Link Here
32
	$(INSTALL) -m 755 $(INSTALL_OPTS_CACHE) -d $(DESTDIR)$(prefix)/app/cache
32
	$(INSTALL) -m 755 $(INSTALL_OPTS_CACHE) -d $(DESTDIR)$(prefix)/app/cache
33
	$(INSTALL) -m 755 $(INSTALL_OPTS_CACHE) -d $(DESTDIR)$(prefix)/app/cache/config
33
	$(INSTALL) -m 755 $(INSTALL_OPTS_CACHE) -d $(DESTDIR)$(prefix)/app/cache/config
34
	
34
	
35
	$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(LOGFOLDER)
35
	$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d ${DESTDIR}$(LOGFOLDER)
36
	$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/app/data/tmp
36
	$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/app/data/tmp
37
	$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/app/modules/Reporting/data
37
	$(INSTALL) -m 755 $(INSTALL_OPTS_WEB) -d $(DESTDIR)$(prefix)/app/modules/Reporting/data
(-)etc/sitecfg/Makefile.in (-7 / +7 lines)
Lines 15-24 Link Here
15
	$(INSTALL) -m 755 $(INSTALL_OPTS) settings.site.xml $(DESTDIR)$(prefix)/app/config/settings.site.xml
15
	$(INSTALL) -m 755 $(INSTALL_OPTS) settings.site.xml $(DESTDIR)$(prefix)/app/config/settings.site.xml
16
	$(INSTALL) -m 755 $(INSTALL_OPTS) factories.site.xml $(DESTDIR)$(prefix)/app/config/factories.site.xml
16
	$(INSTALL) -m 755 $(INSTALL_OPTS) factories.site.xml $(DESTDIR)$(prefix)/app/config/factories.site.xml
17
17
18
	$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)$(prefix)$(WEB_CFG_DIR)
18
	$(INSTALL) -m 755 $(INSTALL_OPTS) -d $(DESTDIR)/$(WEB_CFG_DIR)
19
	$(INSTALL) -m 755 $(INSTALL_OPTS) access.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/access.xml
19
	$(INSTALL) -m 755 $(INSTALL_OPTS) access.xml $(DESTDIR)/$(WEB_CFG_DIR)/access.xml
20
	$(INSTALL) -m 755 $(INSTALL_OPTS) auth.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/auth.xml
20
	$(INSTALL) -m 755 $(INSTALL_OPTS) auth.xml $(DESTDIR)/$(WEB_CFG_DIR)/auth.xml
21
	$(INSTALL) -m 755 $(INSTALL_OPTS) databases.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/databases.xml
21
	$(INSTALL) -m 755 $(INSTALL_OPTS) databases.xml $(DESTDIR)/$(WEB_CFG_DIR)/databases.xml
22
	$(INSTALL) -m 755 $(INSTALL_OPTS) cronks.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/cronks.xml
22
	$(INSTALL) -m 755 $(INSTALL_OPTS) cronks.xml $(DESTDIR)/$(WEB_CFG_DIR)/cronks.xml
23
	$(INSTALL) -m 755 $(INSTALL_OPTS) translation.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/translation.xml
23
	$(INSTALL) -m 755 $(INSTALL_OPTS) translation.xml $(DESTDIR)/$(WEB_CFG_DIR)/translation.xml
24
	$(INSTALL) -m 755 $(INSTALL_OPTS) reporting.xml $(DESTDIR)$(prefix)$(WEB_CFG_DIR)/reporting.xml
24
	$(INSTALL) -m 755 $(INSTALL_OPTS) reporting.xml $(DESTDIR)/$(WEB_CFG_DIR)/reporting.xml

Return to bug 332369