- merged linkscloud plugin with main packaging script set

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5696 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-10-20 13:10:58 +00:00
parent 7078cc1c8e
commit 7080b4e4dc
10 changed files with 21 additions and 100 deletions

View file

@ -0,0 +1,9 @@
#!/bin/sh
tmpfile=/tmp/toto42314321
cat "$1" | grep -v "CONFIG += version_detail_bash_script" > $tmpfile
echo "INCLUDEPATH += ../../libretroshare ../../retroshare-gui" > $1
cat $tmpfile >> $1