wok diff readom/receipt @ rev 9417

Up: vim, vim-tiny and gvim to 7.3, fixed vimrc path, linked libraries and build depends
author Manuel Flores Vivas <manuelfloresv@gmail.com>
date Wed Mar 30 01:13:57 2011 +0000 (2011-03-30)
parents 063ab2698119
children 02bbaa9d12ba
line diff
     1.1 --- a/readom/receipt	Sat May 01 12:51:24 2010 +0000
     1.2 +++ b/readom/receipt	Wed Mar 30 01:13:57 2011 +0000
     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  }