wok diff tazinst/receipt @ rev 18802

syslinux/iso2exe.sh: fix clear_custom_config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 12 15:40:40 2016 +0100 (2016-01-12)
parents e12b8d32e95b
children fa0a227b0380
line diff
     1.1 --- a/tazinst/receipt	Sat Jul 18 11:25:09 2015 +0200
     1.2 +++ b/tazinst/receipt	Tue Jan 12 15:40:40 2016 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazinst"
     1.7 -VERSION="62"
     1.8 +VERSION="63"
     1.9  CATEGORY="base-system"
    1.10 -SHORT_DESC="SliTaz installer."
    1.11 +SHORT_DESC="SliTaz installer"
    1.12  MAINTAINER="domcox@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  SUGGESTED="syslinux syslinux-extra syslinux-modules grub4dos-linux"
    1.15 @@ -18,7 +18,7 @@
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19 -	cd $src && make &&
    1.20 +	make &&
    1.21  	make DESTDIR=$DESTDIR VERSION=$VERSION install
    1.22  }
    1.23