Skip to content

Commit af1d841

Browse files
committed
uppdate
1 parent bb5ddf0 commit af1d841

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
-12 KB
Binary file not shown.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ jobs:
3939
run: |
4040
git fetch --all
4141
git checkout Release/${VERSION}
42+
cp CMakeLists.txt CMakeLists.txt.save
4243
- name: Build Bareos Client
4344
working-directory: ./bareos-repo
4445
run: |
46+
echo install\(FILES "build/debian/bareos-filedaemon.service" DESTINATION lib/systemd/system\) >>CMakeLists.txt
47+
echo set\(CPACK_DEBIAN_CLIENT_PACKAGE_NAME "bareos-client"\) >>CMakeLists.txt
4548
mkdir build-client
4649
cmake -S . -B build-client -Dclient-only=ON \
4750
-DCMAKE_INSTALL_PREFIX=/usr \

0 commit comments

Comments
 (0)