diff --git a/etc/ld.so.conf b/etc/ld.so.conf index cbfb62e..e8e4bdc 100644 --- a/etc/ld.so.conf +++ b/etc/ld.so.conf @@ -1,3 +1 @@ -/lib -/usr/lib /usr/local/lib diff --git a/init/genpkg b/init/genpkg index 5ac112e..9d23df6 100644 --- a/init/genpkg +++ b/init/genpkg @@ -31,7 +31,5 @@ done chmod 755 etc/profile chmod 400 etc/shadow if [ -d /lib64 ]; then - echo "/lib64" >>etc/ld.so.conf - echo "/usr/lib64" >>etc/ld.so.conf echo "/usr/local/lib64" >>etc/ld.so.conf fi