[Pkg-virtualbox-commits] r342 - in trunk/debian: . virtualbox-ose.files
meskes at alioth.debian.org
meskes at alioth.debian.org
Fri Sep 5 15:53:57 UTC 2008
Author: meskes
Date: 2008-09-05 15:53:56 +0000 (Fri, 05 Sep 2008)
New Revision: 342
Modified:
trunk/debian/changelog
trunk/debian/virtualbox-ose.files/VBox.sh
Log:
In VBox.sh honor LD_LIBRARY_PATH if already set, closes: #496953
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-09-05 15:52:29 UTC (rev 341)
+++ trunk/debian/changelog 2008-09-05 15:53:56 UTC (rev 342)
@@ -7,6 +7,7 @@
* Removed patch 05-vboxadd-udev which was applied by upstream.
* Added a short note to README.Debian asking user to use only the 486 version
of the 2.6.26 kernel.
+ * In VBox.sh honor LD_LIBRARY_PATH if already set, closes: #496953
[ Loic Minier ]
* Demote module-assistant deps to Recommends; closes: #495671.
Modified: trunk/debian/virtualbox-ose.files/VBox.sh
===================================================================
--- trunk/debian/virtualbox-ose.files/VBox.sh 2008-09-05 15:52:29 UTC (rev 341)
+++ trunk/debian/virtualbox-ose.files/VBox.sh 2008-09-05 15:53:56 UTC (rev 342)
@@ -69,7 +69,7 @@
fi
fi
-export LD_LIBRARY_PATH="$INSTALL_DIR"
+export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$INSTALL_DIR"
APP=`which $0`
APP=${APP##/*/}
More information about the Pkg-virtualbox-commits
mailing list