summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoanofarctangent@gmail.com <iduffe@dev.piny.svcs.cs.pdx.edu>2011-01-18 19:30:21 -0800
committerjoanofarctangent@gmail.com <iduffe@dev.piny.svcs.cs.pdx.edu>2011-01-18 19:30:21 -0800
commit48c2276609a321b08df6e9ced23a30460cae1cb9 (patch)
tree13b1a52988c3dc5356d0655b2026143e6bc32b29
parent8203bf9c98833de59ba0c939566ce25ce53e2eb0 (diff)
parentbc398e23ce4e682fc84f84c40037ba8eae052a70 (diff)
downloadpiny-code-48c2276609a321b08df6e9ced23a30460cae1cb9.tar.gz
piny-code-48c2276609a321b08df6e9ced23a30460cae1cb9.zip
Merge branch 'master' of piny.be:/srv/git/piny-code
-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