Skip to content

Commit 01b36e0

Browse files
authored
Merge pull request #1018 from jamulussoftware/FixDesktopFile
2 parents 887ed6b + 1cec367 commit 01b36e0

File tree

1 file changed

+1
-1
lines changed
  • distributions/debian

1 file changed

+1
-1
lines changed

distributions/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export QT_SELECT=qt5
66
dh $@
77

88
override_dh_auto_configure:
9-
mkdir -p build-gui && cd build-gui && qmake TARGET=jamulus PREFIX=/usr ../Jamulus.pro
9+
mkdir -p build-gui && cd build-gui && qmake "CONFIG+=noupcasename" PREFIX=/usr ../Jamulus.pro
1010
mkdir -p build-nox && cd build-nox && qmake "CONFIG+=nosound headless" TARGET=jamulus-headless PREFIX=/usr ../Jamulus.pro
1111

1212
override_dh_auto_build:

0 commit comments

Comments
 (0)