We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93c39a commit edc5d56Copy full SHA for edc5d56
.github/workflows/build-client-deb.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
git fetch --all
37
git checkout Release/24.0.4 # ex: Release/24.0.4
38
- echo install\(FILES "./debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
+ echo install\(FILES "build/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
39
mkdir ./build
40
ls
41
@@ -45,7 +45,7 @@ jobs:
45
- name: Build Bareos Client
46
working-directory: ./bareos-repo
47
48
- cmake -S . -B build -Dclient-only=ON -Dwebui=OFF\
+ cmake -S . -B build -Dclient-only=ON \
49
-DCMAKE_INSTALL_PREFIX=/usr \
50
-DCPACK_PACKAGE_CONTACT="contact@libertech.fr" \
51
-DCPACK_PACKAGE_VERSION="24.0.4" \
0 commit comments