wok diff id3lib/receipt @ rev 9175
Removed a old line to sed /etc/init.d/rcS. Fixes sed errors with busybox on install.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 08 17:14:06 2011 +0000 (2011-03-08) |
parents | 8d3f3ded1725 |
children | d1768332cee0 |
line diff
1.1 --- a/id3lib/receipt Sun Feb 28 15:46:04 2010 +0100 1.2 +++ b/id3lib/receipt Tue Mar 08 17:14:06 2011 +0000 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -p1 -i ../stuff/id3lib-$VERSION-gcc-4.4.patch || exit 1 1.8 + patch -p1 -i ../stuff/id3lib-$VERSION-gcc-4.4.patch || return 1 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 $CONFIGURE_ARGS &&