wok diff linuxconsoletools/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents 65d7d867e0c1
children fbe88431f963
line diff
     1.1 --- a/linuxconsoletools/receipt	Wed Feb 09 17:57:59 2022 +0000
     1.2 +++ b/linuxconsoletools/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="linuxconsoletools"
     1.7 -VERSION="1.7.0"
     1.8 +VERSION="1.7.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Configure joysticks, or connect legacy input devices."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -29,14 +29,13 @@
    1.13  	make			\
    1.14  		CC=gcc-83	\
    1.15  		CXX=g++-83 &&
    1.16 -	make DESTDIR=$DESTDIR install
    1.17 +	make	install		\
    1.18 +		DESTDIR=$DESTDIR
    1.19  }
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24 -	mkdir -p $fs/usr/share
    1.25 -
    1.26 -	cp -a $install/usr/bin			$fs/usr
    1.27 -	cp -a $install/usr/share/joystick	$fs/usr/share
    1.28 +	cook_copy_folders	bin
    1.29 +	cook_copy_folders	joystick
    1.30  }