]> git.pld-linux.org Git - packages/google-chrome.git/commitdiff
- rm primary.xml.gz, too. Seems wget doesn't always notice that it changes
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Aug 2012 12:44:36 +0000 (14:44 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 9 Aug 2012 12:44:36 +0000 (14:44 +0200)
update-source.sh

index c42220b86dd851e742304da26e2be5675c2b1aaf..348e7ff30945d5d1e820e0ac415477de713bb39f 100755 (executable)
@@ -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
This page took 1.926424 seconds and 4 git commands to generate.