mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 23:19:29 -05:00
finally fixed appImage scripts
This commit is contained in:
parent
fd25521b8a
commit
eef82aa5f0
@ -6,10 +6,11 @@ ingredients:
|
|||||||
sources:
|
sources:
|
||||||
- deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
|
- deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
|
||||||
- deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
|
- deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
|
||||||
|
- deb http://deb.torproject.org/torproject.org/ trusty main
|
||||||
ppas:
|
ppas:
|
||||||
- retroshare/testing
|
- retroshare/testing
|
||||||
packages:
|
packages:
|
||||||
- libqt4-svg
|
- libqt5svg5
|
||||||
- tor
|
- tor
|
||||||
- retrotor
|
- retrotor
|
||||||
|
|
||||||
|
@ -59,8 +59,8 @@ while [ ${#} -gt 0 ]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if test "${useretrotor}" = "true"; then
|
if test "${useretrotor}" = "true"; then
|
||||||
if ! test "${dist}" = "xenial"; then
|
if ! test "${dist}" = "trusty"; then
|
||||||
echo ERROR: retro-tor can only be packaged for xenial for now.
|
echo ERROR: retro-tor can only be packaged for trusty for now.
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
gitpath="https://github.com/csoler/RetroShare.git"
|
gitpath="https://github.com/csoler/RetroShare.git"
|
||||||
@ -140,7 +140,7 @@ for i in ${dist}; do
|
|||||||
|
|
||||||
if test ${useretrotor} = "true"; then
|
if test ${useretrotor} = "true"; then
|
||||||
cp ../rules.retrotor debian/rules
|
cp ../rules.retrotor debian/rules
|
||||||
cp ../control.xenial_retrotor debian/control
|
cp ../control.trusty_retrotor debian/control
|
||||||
elif test -f ../control."${i}" ; then
|
elif test -f ../control."${i}" ; then
|
||||||
echo \/\!\\ Using specific control file for distribution "${i}"
|
echo \/\!\\ Using specific control file for distribution "${i}"
|
||||||
cp ../control."${i}" debian/control
|
cp ../control."${i}" debian/control
|
||||||
|
Loading…
Reference in New Issue
Block a user