GUACAMOLE-928: Keep all build artifacts of Docker image within /usr/local/guacamole, including FreeRDP plugins.
This commit is contained in:
parent
39defa27fa
commit
2c6be5afd1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user