diff options
author | gesang <gesang@itinerariummentis.org> | 2024-05-04 18:15:33 +0200 |
---|---|---|
committer | gesang <gesang@itinerariummentis.org> | 2024-05-04 18:15:33 +0200 |
commit | 16cf2bf57228cf09e91ce3e4d54589d0907679a6 (patch) | |
tree | f0dd0815a9156d413854a720779ac1933f8a0e83 /ani-cli/template | |
parent | 29a033d13c72ff3a6ca28a21c988fa30b726459c (diff) |
fix ani-cli
Diffstat (limited to 'ani-cli/template')
-rw-r--r-- | ani-cli/template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ani-cli/template b/ani-cli/template index d8e0a6b..514b573 100644 --- a/ani-cli/template +++ b/ani-cli/template @@ -22,5 +22,5 @@ distfiles="https://github.com/pystardust/ani-cli/archive/refs/tags/v${version}.t checksum=9857bf88a1cbef4580dea52da349d3b23d2288b67a03fdd7b6c5c1b35d08351d do_install(){ - vinstall ani-cli 755 usr/bin/ani-cli + vinstall ani-cli/ani-cli 755 usr/bin/ani-cli } |