pricecharts

track prices of consumer electronics
Log | Files | Refs | README

commit 031709bcff5ea0057ee421f8092cab47d3e99f8e
parent 29907405e5e75defed695be3e25cfcfd77c3a1e3
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Thu, 12 Mar 2015 23:50:28 -0600

Makefile: whoops forgot the chmod

Diffstat:
MMakefile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -8,4 +8,8 @@ install: cp $(BINS) $(USR_LOCAL_BIN)/ sed -e "s@$(DEV_ETC)@$(USR_LOCAL_BIN)@" < openbsd_rc.d_pc_fcgi \ > /etc/rc.d/pc_fcgi + chmod 555 /etc/rc.d/pc_fcgi cp PriceChart.pm $(LIBDATA)/ + +uninstall: + rm /etc/rc.d/pc_fcgi