GUACAMOLE-928: Merge keep FreeRDP plugins of Docker image within /usr/local/guacamole

This commit is contained in:
Virtually Nick 2020-01-18 06:15:23 -05:00 committed by GitHub
commit 77f6168729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ PREFIX_DIR="$2"
cd "$BUILD_DIR" cd "$BUILD_DIR"
autoreconf -fi autoreconf -fi
./configure --prefix="$PREFIX_DIR" --disable-guaclog ./configure --prefix="$PREFIX_DIR" --disable-guaclog --with-freerdp-plugin-dir="$PREFIX_DIR/lib/freerdp2"
make make
make install make install
ldconfig ldconfig