Skip to content

Commit

Permalink
revert previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshahid committed Jul 28, 2014
1 parent 99ac385 commit 67f9869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ if ! which aws > /dev/null 2>&1; then
fi

make clean
make -j2 package version=$version
make -j2 package version=$version arch=386
make package version=$version
make package version=$version arch=386
# make arch=arm CROSS_COMPILE=arm-unknown-linux-gnueabi package version=$version PATH=$PATH:$HOME/x-tools/arm-unknown-linux-gnueabi/bin
# rpm convention is not to have dashes in the package, or at least
# that's what fpm is claiming
Expand Down

0 comments on commit 67f9869

Please sign in to comment.