SPECS: doom3.spec - one current dir in LD_LIBRARY_PATH is enough
qboosh
qboosh at pld-linux.org
Sat Mar 8 22:54:42 CET 2008
Author: qboosh Date: Sat Mar 8 21:54:42 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- one current dir in LD_LIBRARY_PATH is enough
---- Files affected:
SPECS:
doom3.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: SPECS/doom3.spec
diff -u SPECS/doom3.spec:1.14 SPECS/doom3.spec:1.15
--- SPECS/doom3.spec:1.14 Fri Jan 25 00:09:29 2008
+++ SPECS/doom3.spec Sat Mar 8 22:54:37 2008
@@ -98,7 +98,7 @@
# Needed to make symlinks/shortcuts work.
# the binaries must run with correct working directory
cd %{_gamelibdir}
-export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
+export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}.
exec ./doom.x86 "$@"
EOF
@@ -144,6 +144,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2008-03-08 21:54:37 qboosh
+- one current dir in LD_LIBRARY_PATH is enough
+
Revision 1.14 2008-01-24 23:09:29 glen
- drop no_install_post_strip (not reasoned)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/doom3.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list