From 47d804c6ad1f7ffeba37183c1a8739b363cc25a2 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 9 Jul 2007 03:08:00 +0000 Subject: first stab at automated .deb building svn path=/trunk/; revision=7923 --- scripts/auto-build/pd-extended-auto-builder.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/auto-build/pd-extended-auto-builder.sh b/scripts/auto-build/pd-extended-auto-builder.sh index 02f29da1..b427198b 100755 --- a/scripts/auto-build/pd-extended-auto-builder.sh +++ b/scripts/auto-build/pd-extended-auto-builder.sh @@ -77,7 +77,11 @@ upload_build () case $SYSTEM in linux) - upload_build linux_make build tar.bz2 + if [ -x /usr/bin/dpkg-deb ]; then + upload_build linux_make . deb + else + upload_build linux_make build tar.bz2 + fi ;; darwin) upload_build darwin_app . dmg -- cgit v1.2.1