diff options
author | Qrius <[email protected]> | 2024-09-26 00:11:05 +0200 |
---|---|---|
committer | Qrius <[email protected]> | 2024-09-26 00:11:05 +0200 |
commit | c71bdceab75374edcb0e4de31c7907b5ef55bb4e (patch) | |
tree | 828c114d08e2d3718ab1f587a4ac6dc5223bb208 /packaging/package_debian.sh | |
parent | 9970b48411b9816fbfa5b6b100a91baed0d44849 (diff) | |
download | skaldpress-c71bdceab75374edcb0e4de31c7907b5ef55bb4e.tar.gz skaldpress-c71bdceab75374edcb0e4de31c7907b5ef55bb4e.zip |
Add smp to deb
Diffstat (limited to 'packaging/package_debian.sh')
-rwxr-xr-x | packaging/package_debian.sh | 1 |
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 |