1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

Fix this install command fail.

This commit is contained in:
Brenden Matthews 2022-12-25 08:45:15 -05:00 committed by Brenden Matthews
parent 20eecd6ee2
commit f0eb4a2ea9

View File

@ -53,12 +53,11 @@ cmake -G Ninja \
-DBUILD_X11=ON \
-DBUILD_XMMS2=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
"$REPO_ROOT" \
--target install -- DESTDIR=AppDir
"$REPO_ROOT"
# build project and install files into AppDir
ninja
ninja install
cmake --install AppDir --prefix "/usr"
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage