wok diff input-utils/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-25)
parents 805d7c16ae38
children 8387b6915400
line diff
     1.1 --- a/input-utils/receipt	Mon Aug 30 22:08:35 2010 +0200
     1.2 +++ b/input-utils/receipt	Sat Feb 25 13:50:44 2012 -0500
     1.3 @@ -15,7 +15,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/$SOURCE
     1.8  	cd $src
     1.9  	sed -i 's/input-recv lircd.conf/input-recv/' GNUmakefile
    1.10  	prefix="/usr"
    1.11 @@ -28,6 +27,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15 -	cp -a $WOK/$PACKAGE/$SOURCE/_pkg/usr/bin $fs/usr
    1.16 +	cp -a $_pkg/usr/bin $fs/usr
    1.17  }
    1.18