summaryrefslogtreecommitdiff
path: root/packaging/package_debian.sh
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
commit4b3670fc6b037911be8a1320b5994eb89886e41f (patch)
treea91e3c8672bc7430aca9151b7876a854c3369442 /packaging/package_debian.sh
parent1aa00ad16b140b93d893166ce1b7e93f3b847069 (diff)
downloadskaldpress-4b3670fc6b037911be8a1320b5994eb89886e41f.tar.gz
skaldpress-4b3670fc6b037911be8a1320b5994eb89886e41f.zip
Add man pages, add array function to SMP
Diffstat (limited to 'packaging/package_debian.sh')
-rwxr-xr-xpackaging/package_debian.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/package_debian.sh b/packaging/package_debian.sh
index 73ad0cc..920574f 100755
--- a/packaging/package_debian.sh
+++ b/packaging/package_debian.sh
@@ -18,7 +18,8 @@ mkdir -p ${mandir}
cp -r packaging/DEBIAN ${dir}/DEBIAN
cp target/release/skaldpress ${bindir}/skaldpress
-#cp skaldpress.1 ${mandir}/skaldpress.1
+cp skaldpress.1 ${mandir}/skaldpress.1
+cp smp.1 ${mandir}/smp.1
cd ${tmpdir}
dpkg-deb --build skaldpress