Lazy-Newb-Pack / Lazy-Newb-Pack-Linux

A Lazy Newb Pack for Linux
http://lazynewbpack.com/
150 stars 12 forks source link

Missing tilesets on OpenSuse 13.1 64bit #15

Closed dizzyk closed 9 years ago

dizzyk commented 9 years ago

Well, just like the previous issue, so I just edited distro_fixes.sh:

elif [ x"$OS" == x'openSUSE project' ]; then export PRELOAD_LIB="${PRELOAD_LIB:+$PRELOAD_LIB:}/usr/lib/libz.so"; dlog "INFO" "32 bit df on $OS/64bit detected. Will set LD_PRELOAD to $PRELOAD_LIB...."

and works just fine :)

linuxrecon commented 9 years ago

I can confirm that this is also working under openSUSE 13.2 64-Bit.

Should we commit a patch or is this way of an announcement enough?

lethosor commented 9 years ago

I'm pretty sure this has already been added.

lethosor commented 9 years ago

Yeah, in d467d88. (The library should still be found if it's in /usr/lib; the arguments to find_zlib only prioritize certain paths.)