Skip to content

Commit

Permalink
better package
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 16, 2023
1 parent 8e23f08 commit 523e96d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ make DESTDIR=mpp-package -j4 install
cd mpp-package/usr/local
mv lib ../
cd ../
mkdir aarch64-linux-gnu
mkdir -p aarch64-linux-gnu
cd lib
mv * ../aarch64-linux-gnu/
mv ../aarch64-linux-gnu ../lib/aarch64-linux-gnu
cd ../../../
fpm -a arm64 -s dir -t deb -n mpp -v 0.99 -C mpp-package -p mpp_VERSION_ARCH.deb
fpm -a arm64 -s dir -t deb -n mpp -v 1.0 -C mpp-package -p mpp_VERSION_ARCH.deb
echo "copied deb file"
echo "push to cloudsmith"
git describe --exact-match HEAD >/dev/null 2>&1
Expand Down

0 comments on commit 523e96d

Please sign in to comment.