diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-16 00:47:33 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2016-01-16 23:36:53 -0600 |
commit | 8131a996ac09a157064499798d6a905526943224 (patch) | |
tree | 31f15ee1d825e7f02ed218eb081333dfc52e8e3f /games/oblige/oblige.SlackBuild | |
parent | d76dc4baf62986f27dd78523d0697ae74df0450e (diff) | |
download | slackbuilds-8131a996ac09a157064499798d6a905526943224.tar.gz |
games/oblige: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/oblige/oblige.SlackBuild')
-rw-r--r-- | games/oblige/oblige.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/oblige/oblige.SlackBuild b/games/oblige/oblige.SlackBuild index a6c5e65318..2191d56ac5 100644 --- a/games/oblige/oblige.SlackBuild +++ b/games/oblige/oblige.SlackBuild @@ -77,7 +77,7 @@ find -L . \ # 'make install' would install the .desktop and icon to /usr, not PREFIX. sed -i '/xdg-/d' Makefile -make PREFIX=/usr OPTIMISE="$SLKCFLAGS" FLTK_CONFIG=fltk13-config +make PREFIX=/usr OPTIMISE="$SLKCFLAGS" make install PREFIX=$PKG/usr # man page written for this build (based on --help output) |