wok diff gdb-python/receipt @ rev 13857
Up Bleachbit
author | Brenton Scott <admin@trixarian.net> |
---|---|
date | Fri Jan 11 07:57:40 2013 +0200 (2013-01-11) |
parents | 8e4c74abdf74 |
children | 380ffe05937a |
line diff
1.1 --- a/gdb-python/receipt Mon Jan 02 23:06:19 2012 +0100 1.2 +++ b/gdb-python/receipt Fri Jan 11 07:57:40 2013 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gdb-python" 1.7 -VERSION="7.3.1" 1.8 +VERSION="7.4.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The GNU Project Debugger with Python support." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -26,6 +26,6 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr 1.16 - cp -a $_pkg/usr/bin $fs/usr 1.17 + cp -a $install/usr/bin $fs/usr 1.18 } 1.19