2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-22 21:43:22 +00:00

chore: revert "build: change command to make bindir"

This reverts commit c565233eff9f1ca778d90177ffb6ef8918f98ef8.
this wasnt needed, i need to fix the bindir in the spec file
This commit is contained in:
TorchedSammy 2022-12-05 15:19:17 -04:00
parent c565233eff
commit a9c438b4ea
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD

View File

@ -23,7 +23,7 @@ tasks:
install:
cmds:
- mkdir -p "{{.DESTDIR}}{{.BINDIR}}/" && install -m 0755 -v hilbish "{{.DESTDIR}}{{.BINDIR}}/hilbish"
- install -v -d "{{.DESTDIR}}{{.BINDIR}}/" && install -m 0755 -v hilbish "{{.DESTDIR}}{{.BINDIR}}/hilbish"
- mkdir -p "{{.DESTDIR}}{{.LIBDIR}}"
- cp -r libs docs emmyLuaDocs nature .hilbishrc.lua {{.DESTDIR}}{{.LIBDIR}}
- grep -qxF "{{.DESTDIR}}{{.BINDIR}}/hilbish" /etc/shells || echo "{{.DESTDIR}}{{.BINDIR}}/hilbish" >> /etc/shells