mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-12 17:34:32 -05: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
|