summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/vi/fetch_patches.sh
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-03-09 17:42:53 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-03-09 17:42:53 (GMT)
commitcca47f4dd89c5b8f3fea9704ed5f91ccd41cc74c (patch)
tree88c4267dce277835e78aeded1c101922449922eb /abs/core-testing/vi/fetch_patches.sh
parentc802f4e68f36af6d4ff89fc33c50a1837e007b76 (diff)
downloadlinhes_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/core-testing/vi/fetch_patches.sh')
-rw-r--r--abs/core-testing/vi/fetch_patches.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/vi/fetch_patches.sh b/abs/core-testing/vi/fetch_patches.sh
index 03e16e2..2ce1019 100644
--- a/abs/core-testing/vi/fetch_patches.sh
+++ b/abs/core-testing/vi/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