Skip to content

Commit b544e5b

Browse files
committed
Update build-client-deb.yml
1 parent af1d841 commit b544e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-client-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build Bareos Client
4444
working-directory: ./bareos-repo
4545
run: |
46-
echo install\(FILES "build/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
46+
echo install\(FILES "build-client/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
4747
echo set\(CPACK_DEBIAN_CLIENT_PACKAGE_NAME "bareos-client"\) >>CMakeLists.txt
4848
mkdir build-client
4949
cmake -S . -B build-client -Dclient-only=ON \

0 commit comments

Comments
 (0)