wok-6.x diff cdrkit-audio/receipt @ rev 3565
remove unnecessary desc.txt file in axel
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Wed Jun 24 19:01:54 2009 +0000 (2009-06-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 Jun 24 19:01:54 2009 +0000 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 }