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:
|
override_dh_auto_configure:
|
||||||
qmake CONFIG+=noupcasename Jamulus.pro
|
qmake CONFIG+=noupcasename Jamulus.pro
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
cd src/res/translation && lrelease *.ts
|
||||||
|
dh_auto_build
|
||||||
|
|
||||||
override_dh_usrlocal:
|
override_dh_usrlocal:
|
||||||
echo $$(pwd)
|
echo $$(pwd)
|
||||||
mkdir -p $$(pwd)/debian/jamulus/usr/bin/
|
mkdir -p $$(pwd)/debian/jamulus/usr/bin/
|
||||||
|
|
Loading…
Reference in a new issue