* debian package for arm achitecture also works :)
This commit is contained in:
parent
ad45c993e9
commit
89e08bd135
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue