From 0603e84c9af78b5e6d76db66d45934819e9f6d3b Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Thu, 30 Dec 2010 22:40:24 -0800 Subject: Revert "Some minor reorg." This makes newuser.cgi usable again. This reverts commit 3e9efc02288fd4cd386f825adf9017d6117e6383. --- pinyweb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pinyweb/Makefile') 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: -- cgit v1.2.3