diff options
author | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-12-30 21:27:02 -0800 |
---|---|---|
committer | Julian Blake Kongslie <jblake@omgwallhack.org> | 2010-12-30 21:27:02 -0800 |
commit | 3e9efc02288fd4cd386f825adf9017d6117e6383 (patch) | |
tree | cfa0973cf4c26439eb4e982f085321afb0b8e00a /pinyweb/Makefile | |
parent | c931a9b75459bd115c76533913cf5654e80f1a94 (diff) | |
download | piny-code-3e9efc02288fd4cd386f825adf9017d6117e6383.tar.gz piny-code-3e9efc02288fd4cd386f825adf9017d6117e6383.zip |
Some minor reorg.
Diffstat (limited to 'pinyweb/Makefile')
-rw-r--r-- | pinyweb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |