wok diff libhtp/receipt @ rev 23429

updated phpmyadmin (3.5.2 -> 5.0.2)
author Hans-G?nter Theisgen
date Wed Apr 01 16:48:48 2020 +0100 (2020-04-01)
parents 29f98d2a8eea
children 5ea0ce1cecc0
line diff
     1.1 --- a/libhtp/receipt	Thu Apr 11 14:51:36 2019 +0200
     1.2 +++ b/libhtp/receipt	Wed Apr 01 16:48:48 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libhtp"
     1.7 -VERSION="0.5.30"
     1.8 +VERSION="0.5.32"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Security-aware parser for the HTTP protocol."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -26,5 +26,5 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.18  }