created scripts for ubuntu packaging of VOIP and LinksCloud plugins

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5486 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-08-30 14:37:27 +00:00
parent a82e2960e1
commit 94ebe34539
16 changed files with 536 additions and 2 deletions

View file

@ -3,6 +3,6 @@
tmpfile=/tmp/toto42314321
cat "$1" | grep -v "CONFIG += version_detail_bash_script" > $tmpfile
echo "INCLUDEPATH += ../libretroshare" > $1
echo "INCLUDEPATH += ../libretroshare ../retroshare-gui" > $1
cat $tmpfile >> $1