From 1a9b46180fa1e796f2ed0bf965141490900ec77e Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Mon, 17 Jun 2024 09:08:15 +0200 Subject: Don't use the tg alias by default, add fedora build script --- packaging/package-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/package-debian.sh') 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 -- cgit v1.2.3