Skip to content

Commit

Permalink
change intall dir
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Apr 26, 2024
1 parent eb3330a commit 1c468c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ sudo ./configure
sudo make
sudo mkdir -p /opt/sunxi
sudo make install DESTDIR=/opt/sunxi
VERSION="0.2-$(date +'%m/%d/%Y')"
VERSION="0.3-$(date +'%m/%d/%Y')"
VERSION=$(echo "$VERSION" | sed 's/\//-/g')
mv /opt/sunxi/usr/local/lib /opt/sunxi/usr/lib
mkdir -p /opt/sunxi/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/
mv /opt/sunxi/usr/local/lib/gstreamer-1.0/* /opt/sunxi/usr/lib/arm-linux-gnueabihf/gstreamer-1.0/
rm -Rf /opt/sunxi/usr/local/
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 1c468c7

Please sign in to comment.