wok diff slim-theme-robotic/receipt @ rev 17734

dahdi-linux: save firmware as source
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 06 11:23:56 2015 +0100 (2015-03-06)
parents a9da5bf33e10
children 0a411c8beacd
line diff
     1.1 --- a/slim-theme-robotic/receipt	Wed Jun 12 15:34:35 2013 +0000
     1.2 +++ b/slim-theme-robotic/receipt	Fri Mar 06 11:23:56 2015 +0100
     1.3 @@ -21,10 +21,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	slim-theme -srobotic
     1.8 +	chroot "$1/" slim-theme -srobotic
     1.9  }
    1.10  
    1.11  pre_remove()
    1.12  {
    1.13 -	slim-theme -frobotic
    1.14 +	chroot "$1/" slim-theme -frobotic
    1.15  }