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 14343e1..287457d 100755
--- a/builddebs
+++ b/builddebs
@@ -11,7 +11,7 @@ if ls *.changes > /dev/null 2> /dev/null; then
if [ "$PRECLEAN" == "y" ]; then git clean; else exit 1; fi
fi
-for SOURCE in libpiny piny pinyadmin; do (cd "$SOURCE"; debuild -tc "$@"); done
+for SOURCE in libpiny piny pinyadmin pinyconfigs; do (cd "$SOURCE"; debuild -tc "$@"); done
echo
echo -n "Install packages on this machine? (y/N) "