summaryrefslogtreecommitdiff
path: root/pinyconfigs/Makefile
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2018-09-24 22:47:32 -0700
committerJoe Rayhawk <jrayhawk@cobain.omgwallhack.org>2018-09-24 22:47:32 -0700
commit8e3dd1d39eced80d229ef411b193417d10067074 (patch)
treefe85905b373fd26d51f0adc0ca5fe0b79effee32 /pinyconfigs/Makefile
parent5ab6999d393cbdf65cd5fd3ab40e02c33849f9c4 (diff)
downloadpiny-code-8e3dd1d39eced80d229ef411b193417d10067074.tar.gz
piny-code-8e3dd1d39eced80d229ef411b193417d10067074.zip
pinyconfigs: Modernize the paths on the Makefile
Diffstat (limited to 'pinyconfigs/Makefile')
-rw-r--r--pinyconfigs/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/pinyconfigs/Makefile b/pinyconfigs/Makefile
index aea5e63..1bf835f 100644
--- a/pinyconfigs/Makefile
+++ b/pinyconfigs/Makefile
@@ -6,18 +6,16 @@ install:
$(DESTDIR)/etc/apache2/piny/secure \
$(DESTDIR)/etc/apache2/piny/global \
$(DESTDIR)/etc/apache2/sites-available \
- $(DESTDIR)/etc/apache2/conf.d \
+ $(DESTDIR)/etc/apache2/conf-available \
$(DESTDIR)/etc/cron.weekly \
$(DESTDIR)/etc/ikiwiki/wikilist.d \
$(DESTDIR)/etc/sudoers.d \
- $(DESTDIR)/etc/sv/git-daemon \
$(DESTDIR)/srv/git
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 644 etc/apache2/sites-available/piny.conf $(DESTDIR)/etc/apache2/sites-available
+ install -o root -g root -m 644 etc/apache2/conf-available/piny.conf $(DESTDIR)/etc/apache2/conf-available
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
clean: