diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-09 17:43:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-09 17:43:09 (GMT) |
commit | 68457d950ed5ebd76bfb18d88ff29fd911d336ef (patch) | |
tree | 8f5f1a7df531efaa56d9ae667e1c50ee15c07d80 /abs/extra-testing/gvim/fetch_patches.sh | |
parent | cca47f4dd89c5b8f3fea9704ed5f91ccd41cc74c (diff) | |
download | linhes_pkgbuild-68457d950ed5ebd76bfb18d88ff29fd911d336ef.zip linhes_pkgbuild-68457d950ed5ebd76bfb18d88ff29fd911d336ef.tar.gz linhes_pkgbuild-68457d950ed5ebd76bfb18d88ff29fd911d336ef.tar.bz2 |
updated gvim to latest patchset.
Diffstat (limited to 'abs/extra-testing/gvim/fetch_patches.sh')
-rw-r--r-- | abs/extra-testing/gvim/fetch_patches.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/gvim/fetch_patches.sh b/abs/extra-testing/gvim/fetch_patches.sh index 03e16e2..2ce1019 100644 --- a/abs/extra-testing/gvim/fetch_patches.sh +++ b/abs/extra-testing/gvim/fetch_patches.sh @@ -17,7 +17,7 @@ get_patches() { echo -e "\tfetching checksumfile for patches" wget ${_rpath}/MD5SUMS >/dev/null 2>&1 - downloads=0 + downloads=-1 for _line in $(/bin/cat MD5SUMS); do downloads=$((${downloads} + 1)) _md5=$(echo $_line | cut -d ' ' -f1) @@ -42,7 +42,8 @@ get_patches() { return 1 fi done - + cd $startdir/src/patches + rm 7.2.001-100.gz ######## if [ ${downloads} != ${_patchlevel} ]; then |