[Slackbuilds-users] dolphin-emu

LukenShiro lukenshiro at ngi.it
Fri Nov 15 10:19:13 UTC 2013


There is a problem with this line in dolphin-emu.SlackBuild who
prevents package building:
"""
rm -f $PKG/usr/share/pixmaps $PKG/usr/lib${LIBDIRSUFFIX}/libpolarssl.a
"""

As $PKG/usr/share/pixmaps is a directory it should be:
"""
rm -rf $PKG/usr/share/pixmaps $PKG/usr/lib${LIBDIRSUFFIX}/libpolarssl.a
"""

-- 
GNU/Linux * Slackware64 current * k3.12.0
LU #210970 SU #12583 LM #98222/#412913


More information about the SlackBuilds-users mailing list