update on ubuntu source packaging

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2220 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-02-06 22:26:30 +00:00
parent 3f4c0385c8
commit 445a36e9f1
5 changed files with 51 additions and 5 deletions

View file

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