diff options
Diffstat (limited to 'games/hexglass/hexglass.SlackBuild')
-rw-r--r-- | games/hexglass/hexglass.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hexglass/hexglass.SlackBuild b/games/hexglass/hexglass.SlackBuild index 100e4c7a8e20..6e1487a74452 100644 --- a/games/hexglass/hexglass.SlackBuild +++ b/games/hexglass/hexglass.SlackBuild @@ -22,6 +22,7 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20220320 bkw: Modified by SlackBuilds.org, fix 32-bit build. # 20220220 bkw: Modified by SlackBuilds.org, BUILD=3: # - fix github filename mess. upstream includes the project name as the # first part of the tag name, so the correct name really is: @@ -89,7 +90,7 @@ find -L . \ qmake-qt4 # fix path installation -sed -i 's/INSTALL\_ROOT)\/usr\/lib64\/qt4\/bin/INSTALL\_ROOT)\/usr\/games/g' Makefile +sed -i 's/INSTALL\_ROOT)\/usr\/lib[^\/]*\/qt4\/bin/INSTALL\_ROOT)\/usr\/games/g' Makefile make make INSTALL_ROOT=$PKG install |