From c71bdceab75374edcb0e4de31c7907b5ef55bb4e Mon Sep 17 00:00:00 2001 From: Qrius Date: Thu, 26 Sep 2024 00:11:05 +0200 Subject: Add smp to deb --- packaging/package_debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/package_debian.sh b/packaging/package_debian.sh index 920574f..2c147e6 100755 --- a/packaging/package_debian.sh +++ b/packaging/package_debian.sh @@ -18,6 +18,7 @@ mkdir -p ${mandir} cp -r packaging/DEBIAN ${dir}/DEBIAN cp target/release/skaldpress ${bindir}/skaldpress +cp target/release/smp ${bindir}/smp cp skaldpress.1 ${mandir}/skaldpress.1 cp smp.1 ${mandir}/smp.1 -- cgit v1.2.3