We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b6f0d commit 05789c6Copy full SHA for 05789c6
linux/debian/rules
@@ -35,7 +35,6 @@ override_dh_auto_configure:
35
mkdir -p build-nox && cd build-nox && $(QMAKE) "CONFIG+=headless serveronly" TARGET=jamulus-headless PREFIX=/usr ../Jamulus.pro
36
37
override_dh_auto_build:
38
- cd src/translation && lrelease *.ts
39
cd build-gui && make -j "$$(nproc)"
40
cd build-nox && make -j "$$(nproc)"
41
0 commit comments