wok diff make/receipt @ rev 23315

updated perl-dbd-pg (3.7.4 -> 3.10.5)
author Hans-G?nter Theisgen
date Mon Mar 30 15:25:50 2020 +0100 (2020-03-30)
parents 6f69af373b8d
children 71360a13cd94
line diff
     1.1 --- a/make/receipt	Tue Apr 23 17:27:39 2019 +0100
     1.2 +++ b/make/receipt	Mon Mar 30 15:25:50 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="make"
     1.7 -VERSION="4.2.1"
     1.8 +VERSION="4.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU Make to generate executables and other files from source."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -28,5 +28,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr
    1.16 -	cp -a $install/usr/bin $fs/usr
    1.17 +	cp -a $install/usr/bin	$fs/usr
    1.18  }