wok-stable diff makeself/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents 61e9a91fcb83
children
line diff
     1.1 --- a/makeself/receipt	Tue Mar 15 18:19:02 2011 +0000
     1.2 +++ b/makeself/receipt	Sat Dec 10 04:42:49 2011 +0100
     1.3 @@ -7,12 +7,11 @@
     1.4  MAINTAINER="slaxemulator@gmail.com"
     1.5  TARBALL="$PACKAGE-$VERSION.run"
     1.6  WEB_SITE="http://megastep.org/makeself"
     1.7 -WGET_URL="http://megastep.org/makeself/makeself.run"
     1.8 +WGET_URL="http://megastep.org/makeself/$PACKAGE-$VERSION.run"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13 -	/bin/sh $src/$TARBALL
    1.14  	cd $src
    1.15  	mkdir -p $PWD/_pkg/usr/bin
    1.16  	mkdir -p $PWD/_pkg/usr/share/makeself