mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-24 23:15:41 -04:00
added missing line for ubuntu zesty
This commit is contained in:
parent
73bfc27f47
commit
5b3b903603
1 changed files with 2 additions and 0 deletions
|
@ -116,6 +116,8 @@ for i in ${dist}; do
|
|||
|
||||
if test "${i}" = "lucid" ; then
|
||||
cp ../control.ubuntu_lucid debian/control
|
||||
elif test "${i}" = "zesty" ; then
|
||||
cp ../control.zesty debian/control
|
||||
elif test "${i}" = "squeeze" ; then
|
||||
cp ../control.squeeze_bubba3 debian/control
|
||||
elif test "${i}" = "precise" ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue