summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorQrius <[email protected]>2024-09-26 00:11:05 +0200
committerQrius <[email protected]>2024-09-26 00:11:05 +0200
commitc71bdceab75374edcb0e4de31c7907b5ef55bb4e (patch)
tree828c114d08e2d3718ab1f587a4ac6dc5223bb208 /packaging
parent9970b48411b9816fbfa5b6b100a91baed0d44849 (diff)
downloadskaldpress-c71bdceab75374edcb0e4de31c7907b5ef55bb4e.tar.gz
skaldpress-c71bdceab75374edcb0e4de31c7907b5ef55bb4e.zip
Add smp to deb
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/package_debian.sh1
1 files changed, 1 insertions, 0 deletions
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