summaryrefslogtreecommitdiff
path: root/builddebs
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2010-12-21 01:00:37 -0800
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2010-12-21 01:00:37 -0800
commit599d8ef054d361982a48216063b04038fe2bcb7a (patch)
tree6597c5004ad38d31609a933cf24772476a1da68b /builddebs
parenta672e2c082559edfcf686199eeef2411abe78ab0 (diff)
downloadpiny-code-599d8ef054d361982a48216063b04038fe2bcb7a.tar.gz
piny-code-599d8ef054d361982a48216063b04038fe2bcb7a.zip
Adding build and config infrastructure for Piny CGIs
Diffstat (limited to 'builddebs')
-rwxr-xr-xbuilddebs2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddebs b/builddebs
index d06c554..25b6147 100755
--- a/builddebs
+++ b/builddebs
@@ -17,7 +17,7 @@ read -n 1 SIGN
echo
if [ "$SIGN" == "y" ]; then SIGNARGS=""; else SIGNARGS="-uc -us"; fi
-for SOURCE in libpiny piny pinyadmin pinyconfigs; do (cd "$SOURCE"; debuild $SIGNARGS -tc "$@"); done
+for SOURCE in libpiny piny pinyweb pinyadmin pinyconfigs; do (cd "$SOURCE"; debuild $SIGNARGS -tc "$@"); done
echo
echo -n "Install packages on this machine? (y/N) "