mirror of https://github.com/Hilbis/Hilbish
chore: revert "build: change command to make bindir"
This reverts commit c565233eff
.
this wasnt needed, i need to fix the bindir in the spec file
pull/220/head
parent
c565233eff
commit
a9c438b4ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue