diff --git a/package/avm/rtsp/rtsp.conf b/package/avm/rtsp/rtsp.conf index 8d539e1e0..d3a5103e1 100644 --- a/package/avm/rtsp/rtsp.conf +++ b/package/avm/rtsp/rtsp.conf @@ -27,8 +27,14 @@ rtsp_prem(){ rtsp_postm(){ echo "installing to $libdir/live" - mkdir -p $libdir/live - cd .. ; cp -r live/* $libdir/live + cd .. ; + find live -name '*.[ah]' -o -name '*.hh' | \ + while read filename ; do + [ ! -d $libdir/`dirname $filename` ] && \ + mkdir -p $libdir/`dirname $filename` + cp -v $filename $libdir/`dirname $filename`/`basename $filename` + done + } runconf=0 diff --git a/package/avm/rtsp/rtsp.desc b/package/avm/rtsp/rtsp.desc index e87bbde59..f76156441 100644 --- a/package/avm/rtsp/rtsp.desc +++ b/package/avm/rtsp/rtsp.desc @@ -38,8 +38,8 @@ [L] LGPL [S] Stable -[V] 2004.12.09 +[V] 2004.12.23 [P] X -?---5---9 174.800 -[D] 3200133008 live.2004.12.09.tar.gz http://www.live.com/liveMedia/public/ +[D] 3253888235 live.2004.12.23.tar.gz http://www.live.com/liveMedia/public/