Skip to content

Commit

Permalink
Update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ignotus666 authored May 29, 2024
1 parent 0f2e4e4 commit 6a1424f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions linux/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@ override_dh_update_autotools_config:

override_dh_auto_configure:
mkdir -p build-gui && cd build-gui && $(QMAKE) "CONFIG+=noupcasename" PREFIX=/usr ../Jamulus.pro
mkdir -p build-nox && cd build-nox && $(QMAKE) "CONFIG+=headless serveronly" TARGET=jamulus-headless PREFIX=/usr ../Jamulus.pro

override_dh_auto_build:
cd src/translation && lrelease *.ts
cd build-gui && make -j "$$(nproc)"
cd build-nox && make -j "$$(nproc)"

override_dh_auto_install:
cd build-nox && make install INSTALL_ROOT=../debian/tmp
cd build-gui && make install INSTALL_ROOT=../debian/tmp

override_dh_auto_clean:
rm -rf build-gui
rm -rf build-nox
dh_clean

0 comments on commit 6a1424f

Please sign in to comment.