summaryrefslogtreecommitdiffstats
path: root/bin/pbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pbuild.sh')
-rwxr-xr-xbin/pbuild.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/pbuild.sh b/bin/pbuild.sh
index 49c5242..1df64f5 100755
--- a/bin/pbuild.sh
+++ b/bin/pbuild.sh
@@ -198,6 +198,10 @@ do
case "${ONLY_MISSING_BUILDS}" in
true)
case "${BUILD}" in
+ binary-indep)
+ URL="https://apt.progress-linux.org/archive/${DISTRIBUTION}/${PACKAGE}/${VERSION}_all"
+ ;;
+
source)
URL="https://apt.progress-linux.org/archive/${DISTRIBUTION}/${PACKAGE}/${VERSION}_source"
;;
@@ -252,7 +256,7 @@ do
mv "${TARGET}" "${TARGET}-${UPSTREAM_VERSION}"
- for DIST in engywuck fuchur
+ for DIST in engywuck fuchur graograman
do
if [ ! -e "${TARGET}_${UPSTREAM_VERSION}.orig.tar.xz" ]
then