mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
8 lines
135 B
Bash
8 lines
135 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./clean.sh
|
||
|
\rm -rf retroshare-0.5.4
|
||
|
./makeSourcePackage.sh
|
||
|
|
||
|
pbuilder-dist precise build retroshare_0.5.4-0.????~precise.dsc
|