mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 08:35:16 -04:00
fixed ubuntu packaging scripts for voip and linkscloud
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5490 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a782291552
commit
72c2699d9f
6 changed files with 13 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo This script is going to build the debian source package for RetroShare LinksCloud plugin, from the svn.
|
||||
nosvn=true
|
||||
#nosvn=true
|
||||
workdir=retroshare-linkscloud-plugin-0.5.3
|
||||
|
||||
if test -d "$workdir" ; then
|
||||
|
@ -85,6 +85,7 @@ else
|
|||
mkdir -p Common
|
||||
cd Common
|
||||
svn co -r$svn https://retroshare.svn.sourceforge.net/svnroot/retroshare/trunk/plugins/Common . 2> /dev/null
|
||||
cd ..
|
||||
fi
|
||||
cd ../../..
|
||||
#
|
||||
|
@ -119,6 +120,7 @@ fi
|
|||
|
||||
echo Preparing package
|
||||
|
||||
mv $workdir/retroshare-0.5.pro $workdir/$workdir.pro
|
||||
cp linkscloud-plugin/src.pro $workdir/src/src.pro
|
||||
cp linkscloud-plugin/plugins.pro $workdir/src/plugins/plugins.pro
|
||||
./linkscloud-plugin/cleanProFile.sh $workdir/src/plugins/LinksCloud/LinksCloud.pro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue