summaryrefslogtreecommitdiff
path: root/scripts/build/debug/500-strace.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-22 14:17:10 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-07-22 14:17:10 (GMT)
commitf4f3f526b8c29dee950adf99b4f66db59537fe89 (patch)
tree28a2ae9c98dcf9555c523000bc409ec3260bf026 /scripts/build/debug/500-strace.sh
parent7abf35f4729a8edfee6c1549f104fa13352cf65e (diff)
Remove garbage files left behind by downloads from sourceforge.net.
/trunk/scripts/build/debug/500-strace.sh | 4 4 0 0 ++++ /trunk/scripts/build/debug/200-duma.sh | 5 4 1 0 ++++- 2 files changed, 8 insertions(+), 1 deletion(-)
Diffstat (limited to 'scripts/build/debug/500-strace.sh')
-rw-r--r--scripts/build/debug/500-strace.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/debug/500-strace.sh b/scripts/build/debug/500-strace.sh
index c546875..26fcc99 100644
--- a/scripts/build/debug/500-strace.sh
+++ b/scripts/build/debug/500-strace.sh
@@ -9,6 +9,10 @@ do_print_filename() {
do_debug_strace_get() {
CT_GetFile "strace-${CT_STRACE_VERSION}" http://mesh.dl.sourceforge.net/sourceforge/strace/
+ # Downloading from sourceforge leaves garbage, cleanup
+ CT_Pushd "${CT_TARBALLS_DIR}"
+ rm -f showfiles.php\?group_id\=*
+ CT_Popd
}
do_debug_strace_extract() {