wok diff get-opera/receipt @ rev 20095

slitaz-base-files: don't backup-restore the whole /etc ($CONFIG_FILES variable exist), allow to update /etc/init.d/rc.functions
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 05 23:51:00 2017 +0300 (2017-10-05)
parents 42b8478866fb
children
line diff
     1.1 --- a/get-opera/receipt	Sat Sep 07 16:10:09 2013 +0000
     1.2 +++ b/get-opera/receipt	Thu Oct 05 23:51:00 2017 +0300
     1.3 @@ -13,6 +13,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/bin
     1.7 -	cp stuff/get-opera $fs/usr/bin
     1.8 +	cp $stuff/get-opera $fs/usr/bin
     1.9  }
    1.10