Browse Source

"Andreas V. Meier" <avmeier@web.de>:

fixed rtsp library copying


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2002 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
ebc4cc07c4
2 changed files with 4 additions and 2 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +3
    -2
      package/avm/rtsp/rtsp.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -3,6 +3,7 @@
- updated koffice
- Dimitar Zhekov: remove bash '--with-installed-readline'
- Andreas V. Meier: fixed rtsp
*) 2003-12-17 (2.0.0-rc3 - 2.0.0-rc4)

+ 3
- 2
package/avm/rtsp/rtsp.conf

@ -1,11 +1,12 @@
rtsp_pm(){
rtsp_prem(){
echo "creating Makefiles for linux"
./genMakefiles linux
}
rtsp_postm(){
echo "installing to $libdir/live"
cd .. ; cp -r live/* $libdir/
mkdir -p $libdir/live
cd .. ; cp -r live/* $libdir/live
}
runconf=0

Loading…
Cancel
Save