From a0351d19d3623afc790b8fdc2ab4ad80aece7fc8 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 5 Nov 2022 22:42:53 -0400 Subject: [PATCH] Fixed FreeBSD package symlink target Former-commit-id: b3d5912d8e12ecea8234ca071cf242fc4b4411cf [formerly 24be16faaa46bcc2f408e8dfd091266c7104d869] Former-commit-id: 2ac9997b4e22f2a9f5d4ffcef75476ce1ae24318 --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index f99772c..9725737 100755 --- a/package.sh +++ b/package.sh @@ -246,7 +246,7 @@ echo "/usr/bin/sshyp /usr/share/man/man1/sshyp.1.gz " > output/freebsdtemp/plist cp -r lib/. output/freebsdtemp/usr/lib/sshyp/ -ln -s /usr/lib/sshyp.py output/freebsdtemp/usr/bin/sshyp +ln -s /usr/lib/sshyp/sshyp.py output/freebsdtemp/usr/bin/sshyp cp -r share output/freebsdtemp/usr/ cp extra/sshyp-completion.bash output/freebsdtemp/usr/share/bash-completion/completions/sshyp cp extra/manpage output/freebsdtemp/usr/share/man/man1/sshyp.1