* debian package for arm achitecture also works :)

This commit is contained in:
age 2007-05-10 09:14:03 +00:00
parent ad45c993e9
commit 89e08bd135
1 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,10 @@ cp "$TAR_FILE" "$NEW_TAR_FILE"
tar xzf "$TAR_FILE"
cd "$PREFIX-$1"
svn export "$SRC_DIR/debian" debian
# 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"