wok diff gdb-dev/receipt @ rev 13429

partclone: add btrfs & hfsplus support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:53:21 2012 +0200 (2012-10-04)
parents f5709a5b439d
children 380ffe05937a
line diff
     1.1 --- a/gdb-dev/receipt	Thu Oct 13 03:15:29 2011 +0000
     1.2 +++ b/gdb-dev/receipt	Thu Oct 04 11:53:21 2012 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="gdb-dev"
     1.7 -VERSION="7.3.1"
     1.8 +VERSION="7.4.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="The GNU Project Debugger dev files."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -14,14 +14,14 @@
    1.13  	mkdir -p $fs/usr
    1.14  	
    1.15  	# Copying include dir if exists
    1.16 -	if [ -d "$_pkg/usr/include" ]; then
    1.17 -		cp -a $_pkg/usr/include $fs/usr
    1.18 +	if [ -d "$install/usr/include" ]; then
    1.19 +		cp -a $install/usr/include $fs/usr
    1.20  	fi
    1.21  	
    1.22  	# Copying pkgconfig dir if exists
    1.23 -	if [ -d "$_pkg/usr/lib/pkgconfig" ]; then
    1.24 +	if [ -d "$install/usr/lib/pkgconfig" ]; then
    1.25  		test -d $fs/usr/lib/ || mkdir -p $fs/usr/lib/
    1.26 -		cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.27 +		cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28  	fi
    1.29  	
    1.30  	# Do not copy static libs, as they are all part of binutils