summaryrefslogtreecommitdiff
path: root/builddebs
diff options
context:
space:
mode:
Diffstat (limited to 'builddebs')
-rwxr-xr-xbuilddebs2
1 files changed, 1 insertions, 1 deletions
diff --git a/builddebs b/builddebs
index b3a226b..c75c43d 100755
--- a/builddebs
+++ b/builddebs
@@ -18,7 +18,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) "