fix release ci install path

This commit is contained in:
maddsua
2025-05-20 22:17:01 +02:00
committed by Frédéric Mangano
parent c74e19922f
commit 6c0d4fc297

View File

@ -36,9 +36,9 @@ jobs:
- name: CMake build
run: |
mkdir build
cmake -DCMAKE_INSTALL_PREFIX=./build/usr -S .
cmake -DCMAKE_INSTALL_PREFIX=/usr -S .
make
make install
make install DESTDIR=./build
- name: Create control file
run: |