wok diff gdb/receipt @ rev 13126
liblrdf: Add patches to support raptor 2.0.x and clean up.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jul 04 22:13:34 2012 +0000 (2012-07-04) |
parents | 8e4c74abdf74 |
children | 380ffe05937a |
line diff
1.1 --- a/gdb/receipt Mon Jan 02 23:06:19 2012 +0100 1.2 +++ b/gdb/receipt Wed Jul 04 22:13:34 2012 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gdb" 1.7 -VERSION="7.3.1" 1.8 +VERSION="7.4.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The GNU Project Debugger." 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -25,6 +25,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