Merged in Begasus/haikuports_games/lbreakout2 (pull request #219)

lbreakout2, fix documentation path
This commit is contained in:
Kacper Kasper
2014-08-31 20:05:46 +02:00

View File

@@ -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()