wok diff readom/receipt @ rev 9062

linux-wireless: update modules list (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 04 13:15:00 2011 +0100 (2011-03-04)
parents 063ab2698119
children 02bbaa9d12ba
line diff
     1.1 --- a/readom/receipt	Sat May 01 12:51:24 2010 +0000
     1.2 +++ b/readom/receipt	Fri Mar 04 13:15:00 2011 +0100
     1.3 @@ -5,8 +5,6 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="readom as readcd for use with graveman"
     1.6  MAINTAINER="allan316@gmail.com"
     1.7 -DEPENDS=""
     1.8 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://www.cdrkit.org/"
    1.10  WANTED="cdrkit"
    1.11  
    1.12 @@ -18,6 +16,6 @@
    1.13  	strip -s $fs/usr/bin/*
    1.14  
    1.15  	# Make symlinks for cdrtools compatibility
    1.16 -  cd $fs/usr/bin
    1.17 -  ln -s readom readcd
    1.18 +	cd $fs/usr/bin
    1.19 +	ln -s readom readcd
    1.20  }