# HG changeset patch # User Pascal Bellard # Date 1456417581 -3600 # Node ID cd252d2e4a4d3470a953282912a41edba6c1b82c # Parent 455e425d9450a30eab7b015a3da09e3df480d076 webdiapo: fix url diff -r 455e425d9450 -r cd252d2e4a4d webdiapo/receipt --- a/webdiapo/receipt Thu Feb 25 16:42:59 2016 +0100 +++ b/webdiapo/receipt Thu Feb 25 17:26:21 2016 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL" TARBALL="WebDiapo_v$VERSION.zip" WEB_SITE="http://eleydet.free.fr/WebDiapo/" -WGET_URL="${WEB_SITE}/$TARBALL" +WGET_URL="${WEB_SITE}pages/$TARBALL" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()