Update rules

This commit is contained in:
ferrreo 2023-06-20 18:02:40 +01:00 committed by GitHub
parent 83f45cf62f
commit 5629a94887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
debian/rules vendored
View File

@ -70,7 +70,7 @@ pkgdir = $(srcdir)/debian/ananicy-cpp
# cp $(srcdir)/pikman $(pkgdir1)/usr/bin/ # cp $(srcdir)/pikman $(pkgdir1)/usr/bin/
override_dh_auto_configure: override_dh_auto_configure:
./install-deps.sh && ./configure.sh --enable_systemd --prefix=$(pkgdir)/ && ./build.sh ./install-deps.sh && ./configure.sh --enable_systemd --prefix=$(pkgdir)/usr/ && ./build.sh
cmake --install build/RelWithDebInfo --component Runtime cmake --install build/RelWithDebInfo --component Runtime
## === End end of region === ## === End end of region ===