wok diff tazlito/receipt @ rev 24166

Up tazlito (533)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 28 16:32:02 2021 +0000 (2021-12-28)
parents 8dbc179f0f97
children e6fa7b2baedd
line diff
     1.1 --- a/tazlito/receipt	Sun Jul 11 11:04:20 2021 +0000
     1.2 +++ b/tazlito/receipt	Tue Dec 28 16:32:02 2021 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tazlito"
     1.7 -VERSION="531"
     1.8 +VERSION="533"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz Live Tool."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -26,6 +26,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +cp $stuff/* applications
    1.17  	sed -i "s/^VERSION=.*/VERSION=$VERSION/" tazlito
    1.18  	make DESTDIR=$DESTDIR VERSION=$VERSION install
    1.19  }
    1.20 @@ -37,7 +38,7 @@
    1.21  	cp -a $install/* $fs
    1.22  	chown -R root.root $fs
    1.23  	chmod 755 $fs/usr/bin/tazlito*
    1.24 -	sed 's|.*boot/grub|#&|' $fs/usr/bin/tazlito*	# keep splash.xpm.gz for tazinst
    1.25 +	sed 's|.*boot/grub|#&|' -i $fs/usr/bin/tazlito*	# keep splash.xpm.gz for tazinst
    1.26  	# Declare /etc/tazlito/distro-packages.list & /etc/tazlito/tazlito.conf
    1.27  	touch $fs/etc/tazlito/tazlito.conf
    1.28  	touch $fs/etc/tazlito/distro-packages.list