wok rev 5565
esmart: fix svn url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 14 15:32:44 2010 +0200 (2010-05-14) |
parents | d1ef2016ba84 |
children | a1f5e69cf335 |
files | esmart/receipt |
line diff
1.1 --- a/esmart/receipt Fri May 14 13:34:05 2010 +0200 1.2 +++ b/esmart/receipt Fri May 14 15:32:44 2010 +0200 1.3 @@ -18,7 +18,7 @@ 1.4 if [ -f $TARBALL ]; then 1.5 tar xzf $TARBALL 1.6 else 1.7 - svn co http://svn.enlightenment.org/svn/e/trunk/$PACKAGE \ 1.8 + svn co http://svn.enlightenment.org/svn/e/OLD/$PACKAGE \ 1.9 -r $VERSION $PACKAGE-$VERSION && 1.10 tar czf $TARBALL $PACKAGE-$VERSION 1.11 fi