From ebc4cc07c4ce11d0e62ee1bb135b7a2e699c5d47 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Fri, 19 Dec 2003 14:51:36 +0000 Subject: [PATCH] "Andreas V. Meier" : fixed rtsp library copying git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2002 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + package/avm/rtsp/rtsp.conf | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index e93d98dad..bbb1a6dfa 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/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) diff --git a/package/avm/rtsp/rtsp.conf b/package/avm/rtsp/rtsp.conf index afde1b01b..08c6949ea 100644 --- a/package/avm/rtsp/rtsp.conf +++ b/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