summaryrefslogtreecommitdiff
path: root/pinyweb/Makefile
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2011-01-18 22:11:49 -0800
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2011-01-18 22:11:49 -0800
commit30774537433fcf6e7818520cc3e80d36c0a63013 (patch)
tree30750d697bb10d97b2d344fad48473ada8614d41 /pinyweb/Makefile
parent53d9d204ac838f6f2e2c46d4c9a764dc53427e45 (diff)
parenta586352a0c9e9387987a1645842f4636c65f48be (diff)
downloadpiny-code-30774537433fcf6e7818520cc3e80d36c0a63013.tar.gz
piny-code-30774537433fcf6e7818520cc3e80d36c0a63013.zip
Merge branch 'master' of piny.be:/srv/git/piny-code
Diffstat (limited to 'pinyweb/Makefile')
-rw-r--r--pinyweb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pinyweb/Makefile b/pinyweb/Makefile
index 4c0055d..1dad8bd 100644
--- a/pinyweb/Makefile
+++ b/pinyweb/Makefile
@@ -3,7 +3,7 @@ build:
install:
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/checkconstraint.cgi 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