diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-01-21 02:36:37 -0800 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2011-01-21 02:36:37 -0800 |
commit | 005aaf3df671e45426d46ec8d18457845d4ca3e5 (patch) | |
tree | 91370f277bb1c285424b42ba3adb319e6bae6e84 /pinyweb/Makefile | |
parent | 6853df3822db3ed3f00d76a61ec374e597f55161 (diff) | |
download | piny-code-005aaf3df671e45426d46ec8d18457845d4ca3e5.tar.gz piny-code-005aaf3df671e45426d46ec8d18457845d4ca3e5.zip |
Fixing slightly broken pineyweb makefile
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 1dad8bd..3fbd024 100644 --- a/pinyweb/Makefile +++ b/pinyweb/Makefile @@ -2,9 +2,9 @@ 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 -d $(DESTDIR)/usr/lib/cgi-bin/piny/auth $(DESTDIR)/usr/sbin install -o root -g root -m 755 cgi-bin/checkconstraint.cgi cgi-bin/newuser.cgi $(DESTDIR)/usr/lib/cgi-bin/piny - install -o root -g root -m 755 cgi-bin/auth/* $(DESTDIR)/usr/lib/cgi-bin/piny/auth + install -o root -g root -m 755 cgi-bin/auth/* -t $(DESTDIR)/usr/lib/cgi-bin/piny/auth install -o root -g shadow -m 4754 suid/piny-suid $(DESTDIR)/usr/sbin # FIXME: this should really be www-data somehow clean: |