From 797742e213019cd99c2b1557a40f3e0c018cf67c Mon Sep 17 00:00:00 2001 From: begasus Date: Sun, 31 Aug 2014 17:14:21 +0200 Subject: [PATCH] lbreakout2, fix documentation path --- games-puzzle/lbreakout2/lbreakout2-2.6.4.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/lbreakout2/lbreakout2-2.6.4.recipe b/games-puzzle/lbreakout2/lbreakout2-2.6.4.recipe index e823f6b5b..9d771f4b7 100644 --- a/games-puzzle/lbreakout2/lbreakout2-2.6.4.recipe +++ b/games-puzzle/lbreakout2/lbreakout2-2.6.4.recipe @@ -52,7 +52,7 @@ BUILD_PREREQUIRES=" BUILD() { libtoolize --force --copy --install - LDFLAGS="-lintl -lnetwork" runConfigure ./configure + LDFLAGS="-lintl -lnetwork" runConfigure ./configure --with-docdir=$documentationDir make $jobArgs } INSTALL()