summaryrefslogtreecommitdiff
path: root/pinyweb/Makefile
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-12-30 22:40:24 -0800
committerJoe Rayhawk <jrayhawk@richardiv.omgwallhack.org>2010-12-30 22:40:24 -0800
commit0603e84c9af78b5e6d76db66d45934819e9f6d3b (patch)
tree7e2f8e0389f060121c5a2d80d46e90c4e7181b21 /pinyweb/Makefile
parent3e9efc02288fd4cd386f825adf9017d6117e6383 (diff)
downloadpiny-code-0603e84c9af78b5e6d76db66d45934819e9f6d3b.tar.gz
piny-code-0603e84c9af78b5e6d76db66d45934819e9f6d3b.zip
Revert "Some minor reorg."
This makes newuser.cgi usable again. This reverts commit 3e9efc02288fd4cd386f825adf9017d6117e6383.
Diffstat (limited to 'pinyweb/Makefile')
-rw-r--r--pinyweb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pinyweb/Makefile b/pinyweb/Makefile
index bf6e865..622f24c 100644
--- a/pinyweb/Makefile
+++ b/pinyweb/Makefile
@@ -2,8 +2,8 @@ build:
$(MAKE) -C suid
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/* $(DESTDIR)/usr/lib/cgi-bin/piny
+ 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 www-data -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin
clean: