summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 19:29:49 -0800
committerJulian Blake Kongslie <jblake@omgwallhack.org>2011-01-18 19:29:49 -0800
commitbc398e23ce4e682fc84f84c40037ba8eae052a70 (patch)
tree71f371fd48f2c2d405f0087c00b23d245ed84f2a
parent5e5c8b90363ff5460ee6eb9378a31f099d38aefe (diff)
downloadpiny-code-bc398e23ce4e682fc84f84c40037ba8eae052a70.tar.gz
piny-code-bc398e23ce4e682fc84f84c40037ba8eae052a70.zip
Durr, actually install the AJAX CGI.
-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