# HG changeset patch # User Christopher Rogers # Date 1340614514 0 # Node ID a2066d3c1f8b973897b65de1a4aac5e3fe814447 # Parent d6a795fdb8fa9a2947edec8c7af043dd7f06e4dc Up: gdb to 7.4.1. diff -r d6a795fdb8fa -r a2066d3c1f8b gdb-dev/receipt --- a/gdb-dev/receipt Mon Jun 25 08:54:12 2012 +0000 +++ b/gdb-dev/receipt Mon Jun 25 08:55:14 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt." PACKAGE="gdb-dev" -VERSION="7.3.1" +VERSION="7.4.1" CATEGORY="development" SHORT_DESC="The GNU Project Debugger dev files." MAINTAINER="erjo@slitaz.org" @@ -14,14 +14,14 @@ mkdir -p $fs/usr # Copying include dir if exists - if [ -d "$_pkg/usr/include" ]; then - cp -a $_pkg/usr/include $fs/usr + if [ -d "$install/usr/include" ]; then + cp -a $install/usr/include $fs/usr fi # Copying pkgconfig dir if exists - if [ -d "$_pkg/usr/lib/pkgconfig" ]; then + if [ -d "$install/usr/lib/pkgconfig" ]; then test -d $fs/usr/lib/ || mkdir -p $fs/usr/lib/ - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib fi # Do not copy static libs, as they are all part of binutils diff -r d6a795fdb8fa -r a2066d3c1f8b gdb-python/receipt --- a/gdb-python/receipt Mon Jun 25 08:54:12 2012 +0000 +++ b/gdb-python/receipt Mon Jun 25 08:55:14 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gdb-python" -VERSION="7.3.1" +VERSION="7.4.1" CATEGORY="development" SHORT_DESC="The GNU Project Debugger with Python support." MAINTAINER="erjo@slitaz.org" @@ -26,6 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr } diff -r d6a795fdb8fa -r a2066d3c1f8b gdb/receipt --- a/gdb/receipt Mon Jun 25 08:54:12 2012 +0000 +++ b/gdb/receipt Mon Jun 25 08:55:14 2012 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gdb" -VERSION="7.3.1" +VERSION="7.4.1" CATEGORY="development" SHORT_DESC="The GNU Project Debugger." MAINTAINER="erjo@slitaz.org" @@ -25,6 +25,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }