diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-06-17 09:08:15 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2024-06-17 09:12:46 +0200 |
commit | 1a9b46180fa1e796f2ed0bf965141490900ec77e (patch) | |
tree | ba3e3a8ca2bcce34ed28581fec170b06eb16a456 /packaging/package-debian.sh | |
parent | d82a5f6e1bc878b0e6a695f88eb69404ca6d571d (diff) | |
download | textgraph-1a9b46180fa1e796f2ed0bf965141490900ec77e.tar.gz textgraph-1a9b46180fa1e796f2ed0bf965141490900ec77e.zip |
Don't use the tg alias by default, add fedora build script
Diffstat (limited to 'packaging/package-debian.sh')
-rwxr-xr-x | packaging/package-debian.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/package-debian.sh b/packaging/package-debian.sh index 3bea609..51d3962 100755 --- a/packaging/package-debian.sh +++ b/packaging/package-debian.sh @@ -17,8 +17,8 @@ mandir=${dir}/usr/share/man/man1 mkdir -p ${mandir} cp -r packaging/DEBIAN ${dir}/DEBIAN -cp target/release/textgraph ${bindir}/tg -cp tg.1 ${mandir}/tg.1 +cp target/release/textgraph ${bindir}/textgraph +cp textgraph.1 ${mandir}/textgraph.1 cd ${tmpdir} dpkg-deb --build textgraph |