lbreakout2, fix documentation path

This commit is contained in:
begasus
2014-08-31 17:14:21 +02:00
parent 0d72f41be8
commit 797742e213

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