mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
updated build script for ubuntu packaging with bitdht
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3331 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5d811a8891
commit
e209952888
4 changed files with 69 additions and 8 deletions
|
@ -2,10 +2,17 @@
|
|||
|
||||
rm BaseRetroShareDirs.tgz
|
||||
|
||||
rm -rf retroshare-0.5/libbitdht/
|
||||
rm -rf retroshare-0.5/libretroshare/
|
||||
|
||||
rm -rf retroshare-0.5/src/libbitdht/*
|
||||
rm -rf retroshare-0.5/src/libbitdht/.svn/
|
||||
rm -rf retroshare-0.5/src/libretroshare/*
|
||||
rm -rf retroshare-0.5/src/libretroshare/.svn/
|
||||
rm -rf retroshare-0.5/src/retroshare-gui/*
|
||||
rm -rf retroshare-0.5/src/retroshare-gui/.svn/
|
||||
rm -rf retroshare-0.5/src/retroshare-nogui/*
|
||||
rm -rf retroshare-0.5/src/retroshare-nogui/.svn/
|
||||
|
||||
find retroshare-0.5 -name "*~" -exec \rm {} \;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue