wok diff tazinst/receipt @ rev 18988

Up: Not necessary depends. Use only busybox.
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 05:25:08 2016 -0300 (2016-03-17)
parents e12b8d32e95b
children fa0a227b0380
line diff
     1.1 --- a/tazinst/receipt	Sat Jul 18 11:25:09 2015 +0200
     1.2 +++ b/tazinst/receipt	Thu Mar 17 05:25:08 2016 -0300
     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