summaryrefslogtreecommitdiff
path: root/pinyweb/Makefile
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2011-01-09 21:09:14 -0800
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2011-01-09 21:09:14 -0800
commit56fa7965d82f66e5e4608d53e6781e8441ad16b9 (patch)
tree7198d06739216a5839c254699a1082acc9762dd4 /pinyweb/Makefile
parent1f302515f68e317a8a997f86f313e544826391eb (diff)
downloadpiny-code-56fa7965d82f66e5e4608d53e6781e8441ad16b9.tar.gz
piny-code-56fa7965d82f66e5e4608d53e6781e8441ad16b9.zip
Move cgi-bin resources into cgi-bin/piny/ and cgi-bin/piny/auth
Diffstat (limited to 'pinyweb/Makefile')
-rw-r--r--pinyweb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/pinyweb/Makefile b/pinyweb/Makefile
index 52c3dcf..4c0055d 100644
--- a/pinyweb/Makefile
+++ b/pinyweb/Makefile
@@ -2,8 +2,9 @@ build:
$(MAKE) -C suid
install:
- install -o root -g root -m 755 -d $(DESTDIR)/usr/lib/cgi-bin $(DESTDIR)/usr/sbin
- install -o root -g root -m 755 cgi-bin/* $(DESTDIR)/usr/lib/cgi-bin
+ install -o root -g root -m 755 -d $(DESTDIR)/usr/lib/cgi-bin/piny $(DESTDIR)/usr/sbin
+ install -o root -g root -m 755 cgi-bin/newuser.cgi $(DESTDIR)/usr/lib/cgi-bin/piny
+ install -o root -g root -m 755 cgi-bin/auth/* $(DESTDIR)/usr/lib/cgi-bin/piny/auth
install -o root -g shadow -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin # FIXME: this should really be www-data somehow
clean: