wok diff cdrkit-audio/receipt @ rev 5154

slitaz-tools-boxes:add serverbox
author Rohit Joshi <jozee@slitaz.org>
date Wed Mar 24 06:44:20 2010 -0400 (2010-03-24)
parents f3d746fd8166
children 063ab2698119
line diff
     1.1 --- a/cdrkit-audio/receipt	Thu Jan 08 19:10:47 2009 +0100
     1.2 +++ b/cdrkit-audio/receipt	Wed Mar 24 06:44:20 2010 -0400
     1.3 @@ -16,4 +16,7 @@
     1.4  	cp $_pkg/usr/bin/icedax $fs/usr/bin
     1.5  	cp $_pkg/usr/bin/pitchplay $fs/usr/bin
     1.6  	strip -s $fs/usr/bin/* 2>/dev/null
     1.7 +	# Make symlinks for cdrtools compatibility
     1.8 +	cd $fs/usr/bin
     1.9 +	ln -s icedax cdda2wav 
    1.10  }