r257 - trunk/pkg-vim
Pierre Habouzit
madcoder-guest at costa.debian.org
Sun Jul 24 18:42:40 UTC 2005
Author: madcoder-guest
Date: 2005-07-24 18:42:40 +0000 (Sun, 24 Jul 2005)
New Revision: 257
Modified:
trunk/pkg-vim/vim-update-patches-6.3
Log:
fix a bug wrt path
Modified: trunk/pkg-vim/vim-update-patches-6.3
===================================================================
--- trunk/pkg-vim/vim-update-patches-6.3 2005-07-24 18:42:22 UTC (rev 256)
+++ trunk/pkg-vim/vim-update-patches-6.3 2005-07-24 18:42:40 UTC (rev 257)
@@ -56,7 +56,7 @@
if [ "$last_upstream" != "$our_last" ]
then
echo "Getting missing patches :"
- lftp -c "open $UPSTREAM ; mget -c 6.3.* ; exit"
+ lftp -c "open $UPSTREAM ; lcd $DEB_PATCHES mget -c 6.3.* ; exit"
echo "done"
fi
More information about the pkg-vim-maintainers
mailing list