mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@742 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f3d9b16620
commit
09a17cdecc
5 changed files with 49 additions and 0 deletions
28
build_scripts/debian/make.sh
Executable file
28
build_scripts/debian/make.sh
Executable file
|
@ -0,0 +1,28 @@
|
|||
clear
|
||||
echo In \"control\" versionsnummer angepasst ?
|
||||
echo \"changelog.Debian.gz\" angepasst ?
|
||||
echo In dieses Skript den Ausgabedateinamen angepasst ?
|
||||
echo
|
||||
echo retroshare-nogui soll auch standalone laufen
|
||||
echo \(1\) delete src/miniupnpc-1.0/libminiupnpc.so
|
||||
echo \(2\) delete lib/libretroshare.lib
|
||||
echo \(3\) remake libretroshare, and the execs
|
||||
|
||||
echo cd src/retroshare-svn/libretroshare/src
|
||||
echo retroshare-nogui loeschen
|
||||
echo make clean und dann make
|
||||
echo
|
||||
echo ENTER
|
||||
|
||||
read
|
||||
|
||||
cd retroshare-package-v0.4.04b
|
||||
#./compile_rs_latest_svn.sh
|
||||
|
||||
cd ..
|
||||
read
|
||||
|
||||
cd retroshare
|
||||
find usr -type f -exec md5sum {} \; > DEBIAN/md5sums
|
||||
cd ..
|
||||
dpkg-deb -b retroshare RetroShare_0.4.10a_ubuntu_gutsy.deb
|
Loading…
Add table
Add a link
Reference in a new issue