wok-stable diff emelfm2/receipt @ rev 1026

linux: add md, xfs build-in
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 10 14:09:03 2008 +0000 (2008-07-10)
parents eb4e6a1af180
children 445bb51acad3
line diff
     1.1 --- a/emelfm2/receipt	Thu Mar 13 10:38:19 2008 +0000
     1.2 +++ b/emelfm2/receipt	Thu Jul 10 14:09:03 2008 +0000
     1.3 @@ -27,7 +27,6 @@
     1.4  	cp -a $_pkg/usr/bin $fs/usr
     1.5  	cp -a $_pkg/usr/lib $fs/usr
     1.6  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
     1.7 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
     1.8 -	strip -s $fs/usr/bin/*
     1.9 -	strip -s $fs/usr/lib/emelfm2/plugins/*
    1.10 +	cd $fs/usr/share/pixmaps
    1.11 +	ln -s emelfm2/emelfm2_32.png emelfm2.png
    1.12  }