diff options
Diffstat (limited to 'pinyweb')
-rw-r--r-- | pinyweb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pinyweb/Makefile b/pinyweb/Makefile index 622f24c..52c3dcf 100644 --- a/pinyweb/Makefile +++ b/pinyweb/Makefile @@ -4,7 +4,7 @@ build: 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 www-data -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin + install -o root -g shadow -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin # FIXME: this should really be www-data somehow clean: $(MAKE) -C suid clean |