wok diff gdb-python/receipt @ rev 24106

updated actionmailer, actionpack, activerecord and activesupport (6.0.2.1 -> 6.1.4.1)
author Hans-G?nter Theisgen
date Sat Sep 25 17:38:40 2021 +0100 (2021-09-25)
parents e5abf3dfdfb0
children 71360a13cd94
line diff
     1.1 --- a/gdb-python/receipt	Wed Apr 09 15:22:40 2014 +0200
     1.2 +++ b/gdb-python/receipt	Sat Sep 25 17:38:40 2021 +0100
     1.3 @@ -27,7 +27,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr
     1.8 +	mkdir -p $fs/usr/share
     1.9  	cp -a $install/usr/bin $fs/usr
    1.10 +	cp -a $install/usr/lib $fs/usr
    1.11 +	cp -a $install/usr/share/gdb $fs/usr/share
    1.12  }
    1.13 -