wok diff get-OpenOffice3/receipt @ rev 2277

mirror-tools: fix chroot path for mkpkgiso
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 19 10:15:15 2009 +0000 (2009-02-19)
parents c3c353091edb
children fc83f21345f3
line diff
     1.1 --- a/get-OpenOffice3/receipt	Tue Nov 11 12:20:46 2008 +0100
     1.2 +++ b/get-OpenOffice3/receipt	Thu Feb 19 10:15:15 2009 +0000
     1.3 @@ -11,6 +11,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/bin
     1.7 -	install -o root -g root -m755 stuff/get-OpenOffice3.sh $fs/usr/bin
     1.8 +	install -o root -g root -m755 stuff/get-OpenOffice3 $fs/usr/bin
     1.9  }
    1.10