commit 0d0f50d72bc58dc1a99dd79605d82beccc99c0a3
parent 55bf88b6cf42377a3251c351f387479ab78e5b11
Author: kyle <kyle@getaddrinfo.net>
Date:   Tue,  3 Nov 2015 22:36:42 -0700
Makefile forgotten in last commit
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
@@ -12,7 +12,7 @@ DEV_BIN =	/home/kyle/src/pricesloth
 BINS =		ps_html ps_fcgi price_scraper product_scraper
 # WARNING stupid idiom used below if adding > 1 item to LIBS!!
 LIBS =		PriceSloth.pm
-HTML =		tt logo pricesloth.css charts.css
+HTML =		tt logo etc/pricesloth.css etc/charts.css
 
 install:
 	cp $(BINS) $(USR_BIN)/
@@ -20,10 +20,10 @@ install:
 	mkdir -p $(VAR)/db/pricesloth
 	chown $(USER):$(GROUP) $(VAR)/db/pricesloth
 
-	sed -e "s@$(DEV_BIN)@$(USR_BIN)@" < openbsd_rc.d_ps_fcgi \
+	sed -e "s@$(DEV_BIN)@$(USR_BIN)@" < etc/openbsd_rc.d_ps_fcgi \
 		> /etc/rc.d/ps_fcgi
 	chmod 555 /etc/rc.d/ps_fcgi
-	cp pricesloth.cfg /etc/
+	cp etc/pricesloth.cfg /etc/
 
 	mkdir -p $(HTDOCS)/pricesloth
 	cp -R $(HTML) $(HTDOCS)/pricesloth/