From 3e9efc02288fd4cd386f825adf9017d6117e6383 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 30 Dec 2010 21:27:02 -0800 Subject: Some minor reorg. --- pinyweb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pinyweb/Makefile') diff --git a/pinyweb/Makefile b/pinyweb/Makefile index 622f24c..bf6e865 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 $(DESTDIR)/usr/sbin - install -o root -g root -m 755 cgi-bin/* $(DESTDIR)/usr/lib/cgi-bin + 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 www-data -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin clean: -- cgit v1.2.3