Skip to content

Commit

Permalink
Update build_chroot.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 23, 2024
1 parent 48e293c commit eb3330a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ sudo ./configure
sudo make
sudo mkdir -p /opt/sunxi
sudo make install DESTDIR=/opt/sunxi
VERSION="0.1-$(date +'%m/%d/%Y')"
VERSION="0.2-$(date +'%m/%d/%Y')"
VERSION=$(echo "$VERSION" | sed 's/\//-/g')
mv /opt/sunxi/usr/local/lib /opt/sunxi/usr/lib
fpm -a armhf -s dir -t deb -n encode-sunxi -v "$VERSION" -C /opt/sunxi -p encode-sunxi_VERSION_ARCH.deb
echo "push to cloudsmith"
git describe --exact-match HEAD >/dev/null 2>&1
Expand Down

0 comments on commit eb3330a

Please sign in to comment.