mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-18 04:14:28 -05:00
fixed compilation for ubuntu xenial
This commit is contained in:
parent
0350c1de82
commit
7c4d85dcd1
@ -3,7 +3,7 @@
|
|||||||
configure: configure-stamp
|
configure: configure-stamp
|
||||||
configure-stamp:
|
configure-stamp:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
cd src && qmake-qt4 "CONFIG-=debug" "CONFIG+=release" PREFIX=/usr LIB_DIR=/usr/lib RetroShare.pro
|
cd src && qmake "CONFIG-=debug" "CONFIG+=release" PREFIX=/usr LIB_DIR=/usr/lib RetroShare.pro
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
|
||||||
|
@ -133,6 +133,8 @@ for i in ${dist}; do
|
|||||||
cp ../control.squeeze_bubba3 debian/control
|
cp ../control.squeeze_bubba3 debian/control
|
||||||
elif test "${i}" = "precise" ; then
|
elif test "${i}" = "precise" ; then
|
||||||
cp ../control.precise debian/control
|
cp ../control.precise debian/control
|
||||||
|
elif test "${i}" = "xenial" ; then
|
||||||
|
cp ../control.xenial debian/control
|
||||||
elif test "${i}" = "stretch" ; then
|
elif test "${i}" = "stretch" ; then
|
||||||
cp ../control.${i} debian/control
|
cp ../control.${i} debian/control
|
||||||
cp ../rules.${i} debian/rules
|
cp ../rules.${i} debian/rules
|
||||||
|
Loading…
Reference in New Issue
Block a user