diff options
author | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-12-27 01:23:57 -0800 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@richardiv.omgwallhack.org> | 2010-12-27 01:23:57 -0800 |
commit | 875650426369fb2607b6179883141f3adfe42359 (patch) | |
tree | 20d614b74a4996b6e4e86155265b2c425266474e /pinyweb/Makefile | |
parent | 7bf6a597faf653358d83f6c8ca54843ffc43c782 (diff) | |
parent | 8f342b641236d9c15530664c00889d00635b61f6 (diff) | |
download | piny-code-875650426369fb2607b6179883141f3adfe42359.tar.gz piny-code-875650426369fb2607b6179883141f3adfe42359.zip |
Merge branch 'master' of piny.be:/srv/git/piny-code
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 |