Skip to content

Commit 05789c6

Browse files
committed
Remove separate lrelease for linux
Now that the .qm files are generated on the fly by the Makefile, a manual lrelease step is no longer needed and wouldn't work correctly.
1 parent 85b6f0d commit 05789c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

linux/debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ override_dh_auto_configure:
3535
mkdir -p build-nox && cd build-nox && $(QMAKE) "CONFIG+=headless serveronly" TARGET=jamulus-headless PREFIX=/usr ../Jamulus.pro
3636

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

0 commit comments

Comments
 (0)