From 3678810b09f41513769dd2b46a8f3a7f89e72d21 Mon Sep 17 00:00:00 2001 From: nebojsa Date: Wed, 21 May 2008 00:36:14 +0000 Subject: [PATCH] fixed install script --- campcaster/bin/postInstallStation.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/campcaster/bin/postInstallStation.sh b/campcaster/bin/postInstallStation.sh index 699347d87..8e497c9ac 100755 --- a/campcaster/bin/postInstallStation.sh +++ b/campcaster/bin/postInstallStation.sh @@ -421,11 +421,11 @@ echo "Creating gstreamer registry..."; gstreamer_dir=`find $install_lib -type d -name "gstreamer-*"` export LD_LIBRARY_PATH=$install_lib # is this needed here? -export GST_REGISTRY=$install_etc/gst-registry.xml +#export GST_REGISTRY=$install_etc/gst-registry.xml export GST_PLUGIN_PATH=$install_lib:$gstreamer_dir -rm -f ${GST_REGISTRY} -rm -f $install_var/cache/gstreamer-0.10/registry.xml -$install_bin/gst-register +#rm -f ${GST_REGISTRY} +#rm -f $install_var/cache/gstreamer-0.10/registry.xml +#$install_bin/gst-register #-------------------------------------------------------------------------------