diff options
author | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2010-12-21 01:00:37 -0800 |
---|---|---|
committer | jrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu> | 2010-12-21 01:00:37 -0800 |
commit | 599d8ef054d361982a48216063b04038fe2bcb7a (patch) | |
tree | 6597c5004ad38d31609a933cf24772476a1da68b /pinyweb/Makefile | |
parent | a672e2c082559edfcf686199eeef2411abe78ab0 (diff) | |
download | piny-code-599d8ef054d361982a48216063b04038fe2bcb7a.tar.gz piny-code-599d8ef054d361982a48216063b04038fe2bcb7a.zip |
Adding build and config infrastructure for Piny CGIs
Diffstat (limited to 'pinyweb/Makefile')
-rw-r--r-- | pinyweb/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pinyweb/Makefile b/pinyweb/Makefile new file mode 100644 index 0000000..5b1f010 --- /dev/null +++ b/pinyweb/Makefile @@ -0,0 +1,5 @@ +build: + +install: + install -o root -g root -m 755 -d $(DESTDIR)/usr/lib/cgi-bin + install -o root -g root -m 755 cgi-bin/* $(DESTDIR)/usr/lib/cgi-bin |