From 89e08bd135a1bf7bf09eb569a76d85f80b55ae56 Mon Sep 17 00:00:00 2001 From: age Date: Thu, 10 May 2007 09:14:03 +0000 Subject: [PATCH] * debian package for arm achitecture also works :) --- make-deb.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/make-deb.sh b/make-deb.sh index 2568d56..68ba0c9 100755 --- a/make-deb.sh +++ b/make-deb.sh @@ -50,7 +50,10 @@ cp "$TAR_FILE" "$NEW_TAR_FILE" tar xzf "$TAR_FILE" cd "$PREFIX-$1" svn export "$SRC_DIR/debian" debian -debuild -us -uc +# build i386 binary package +debuild -us -uc +# build arm binary package +debuild -us -uc -aarm mkdir -p "$DEB_DIR" for a in "$TMP_DIR"/${PREFIX}* do test -f "$a" && mv "$a" "$DEB_DIR"