diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-22 22:19:16 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2011-05-24 18:17:56 -0700 |
commit | ff4ff7c79ee0f37e84471e93804a95074b8e84ae (patch) | |
tree | 673bb248a83417c7ac5822debf3fa9818525887e /pinyconfigs/Makefile | |
parent | 4965b97b6dc3e4fac4c2a8271dfd91a3ea2ccde6 (diff) | |
download | piny-code-ff4ff7c79ee0f37e84471e93804a95074b8e84ae.tar.gz piny-code-ff4ff7c79ee0f37e84471e93804a95074b8e84ae.zip |
Attempt to support core.sharedRepository
Diffstat (limited to 'pinyconfigs/Makefile')
-rw-r--r-- | pinyconfigs/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/pinyconfigs/Makefile b/pinyconfigs/Makefile index 8a23b38..aea5e63 100644 --- a/pinyconfigs/Makefile +++ b/pinyconfigs/Makefile @@ -2,9 +2,11 @@ build: install: install -o root -g root -m 755 -d \ - $(DESTDIR)/etc/apache2/piny-available \ - $(DESTDIR)/etc/apache2/piny-enabled \ + $(DESTDIR)/etc/apache2/piny/www \ + $(DESTDIR)/etc/apache2/piny/secure \ + $(DESTDIR)/etc/apache2/piny/global \ $(DESTDIR)/etc/apache2/sites-available \ + $(DESTDIR)/etc/apache2/conf.d \ $(DESTDIR)/etc/cron.weekly \ $(DESTDIR)/etc/ikiwiki/wikilist.d \ $(DESTDIR)/etc/sudoers.d \ @@ -13,6 +15,7 @@ install: install -o root -g root -m 644 etc/cgitrc etc/piny-default.conf etc/piny-override.conf $(DESTDIR)/etc install -o root -g root -m 644 etc/apache2/envvars $(DESTDIR)/etc/apache2 install -o root -g root -m 644 etc/apache2/sites-available/piny $(DESTDIR)/etc/apache2/sites-available + install -o root -g root -m 644 etc/apache2/conf.d/piny $(DESTDIR)/etc/apache2/conf.d install -o root -g root -m 755 etc/cron.weekly/piny $(DESTDIR)/etc/cron.weekly install -o root -g root -m 600 etc/sudoers.d/pinyadmin $(DESTDIR)/etc/sudoers.d install -o root -g root -m 755 etc/sv/git-daemon/run $(DESTDIR)/etc/sv/git-daemon |