gh actions: configure correct path for packaging

the follow up
This commit is contained in:
Linus Dierheimer
2022-07-21 22:58:38 +02:00
parent 3c99a82619
commit 0b8f51188b
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ jobs:
cmake
-DSET_TWEAK=Off
-DBUILD_TESTS=On
-DCMAKE_INSTALL_PREFIX="/usr"
-DCMAKE_INSTALL_SYSCONFDIR="/etc"
-DCMAKE_INSTALL_PREFIX="usr"
-DCMAKE_INSTALL_SYSCONFDIR="etc"
.
- name: build project