wok diff awstats-hotspot/receipt @ rev 18924

glibc: fix build (thanks az_ua)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 14:47:17 2016 +0200 (2016-02-25)
parents d5f9f516b706
children a6f7b6b890c2
line diff
     1.1 --- a/awstats-hotspot/receipt	Fri Dec 04 16:32:53 2015 +0200
     1.2 +++ b/awstats-hotspot/receipt	Thu Feb 25 14:47:17 2016 +0200
     1.3 @@ -24,6 +24,7 @@
     1.4  
     1.5  post_remove()
     1.6  {
     1.7 -	# FIXME root
     1.8 -	grep -l loghotspot.sh /etc/awstats/*.conf | xargs rm -f
     1.9 +	cd "$1/"
    1.10 +	grep -l loghotspot.sh etc/awstats/*.conf | xargs rm -f
    1.11 +	cd - > /dev/null
    1.12  }