Update debian/rules
This commit is contained in:
parent
fd2c8cec80
commit
07c60a9bd1
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
override_dh_auto_configure:
|
||||
qmake CONFIG+=noupcasename Jamulus.pro
|
||||
|
||||
override_dh_auto_build:
|
||||
cd src/res/translation && lrelease *.ts
|
||||
dh_auto_build
|
||||
|
||||
override_dh_usrlocal:
|
||||
echo $$(pwd)
|
||||
mkdir -p $$(pwd)/debian/jamulus/usr/bin/
|
||||
|
|
Loading…
Reference in a new issue