diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-09 17:42:53 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-09 17:42:53 (GMT) |
commit | cca47f4dd89c5b8f3fea9704ed5f91ccd41cc74c (patch) | |
tree | 88c4267dce277835e78aeded1c101922449922eb /abs/extra-testing/vim/fetch_patches.sh | |
parent | c802f4e68f36af6d4ff89fc33c50a1837e007b76 (diff) | |
download | linhes_pkgbuild-cca47f4dd89c5b8f3fea9704ed5f91ccd41cc74c.zip linhes_pkgbuild-cca47f4dd89c5b8f3fea9704ed5f91ccd41cc74c.tar.gz linhes_pkgbuild-cca47f4dd89c5b8f3fea9704ed5f91ccd41cc74c.tar.bz2 |
Remove mouse support from vi and vim. Vim should once again act like its old loveable self.
Also updated to latest patchset.
Signed-off-by: James Meyer <james.meyer@operamail.com>
Diffstat (limited to 'abs/extra-testing/vim/fetch_patches.sh')
-rw-r--r-- | abs/extra-testing/vim/fetch_patches.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/extra-testing/vim/fetch_patches.sh b/abs/extra-testing/vim/fetch_patches.sh index 03e16e2..2ce1019 100644 --- a/abs/extra-testing/vim/fetch_patches.sh +++ b/abs/extra-testing/vim/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 |