Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
export DESTDIR=/tmp/sysroot-seapath-installer
export BUILDDIR=./build
export CMAKE_ARGS="-DWITH_QT6=OFF"

export VERSION="1.1.0"
./ci/build.sh
mkdir -p seapath-installer_1.0_all/etc/calamares
mkdir -p seapath-installer_1.0_all/usr/share/calamares/modules
cp settings.conf seapath-installer_1.0_all/etc/calamares
cp partition.conf seapath-installer_1.0_all/usr/share/calamares/modules
cp -r ./debian/* seapath-installer_1.0_all/
cp -r $DESTDIR/* seapath-installer_1.0_all/
dpkg-deb --build seapath-installer_1.0_all
mkdir -p seapath-installer_${VERSION}_all/etc/calamares
mkdir -p seapath-installer_${VERSION}_all/usr/share/calamares/modules
cp settings.conf seapath-installer_${VERSION}_all/etc/calamares
cp partition.conf seapath-installer_${VERSION}_all/usr/share/calamares/modules
cp -r ./debian/* seapath-installer_${VERSION}_all/
cp -r $DESTDIR/* seapath-installer_${VERSION}_all/
dpkg-deb --build seapath-installer_${VERSION}_all