[packages/google-chrome] - rm primary.xml.gz, too. Seems wget doesn't always notice that it changes

arekm arekm at pld-linux.org
Thu Aug 9 14:44:41 CEST 2012


commit 64c34c3d0c50134fda57ac69ffbfd62d4928d914
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Aug 9 14:44:36 2012 +0200

    - rm primary.xml.gz, too. Seems wget doesn't always notice that it changes

 update-source.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/update-source.sh b/update-source.sh
index c42220b..348e7ff 100755
--- a/update-source.sh
+++ b/update-source.sh
@@ -29,7 +29,7 @@ zcat primary.xml.gz | perl -ne 'm{<name>google-chrome-'$branch'</name>} and m{<v
 
 set -- $(sed -re "s,^.+-([^-]+)-([^-]+).$arch$,\1 \2," $t)
 
-rm -f $t
+rm -f primary.xml.gz $t
 
 ver=$1
 rev=$2


More information about the pld-cvs-commit mailing list