Commit 629895b7 authored by Dustin Navea's avatar Dustin Navea Committed by Alexandre Julliard

Fix for $libdir check.

parent c3e06df9
......@@ -319,7 +319,7 @@ then {
# to our sucommand string
if [ -f /etc/ld.so.conf ]
then
if [ ! grep -qs "$libdir" /etc/ld.so.conf ]
if ! grep -qs "$libdir" /etc/ld.so.conf
then {
echo
echo "$libdir doesn't exist in your /etc/ld.so.conf, it will be added"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment