1
0
Fork 0

Install gen-salt.sh as dwelling-upload-gen-salt.

This commit is contained in:
Alexander Andreev 2023-05-25 00:58:02 +04:00
parent 282a00c328
commit 203c0158ce
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ web/*.jade.go: web/templates/*.jade
install:
install -Dm 0755 bin/${TARGET} ${DESTDIR}usr/bin/${TARGET}
install -Dm 0755 bin/${TARGET}-clean ${DESTDIR}usr/bin/${TARGET}-clean
install -Dm 0755 tools/gen-salt.sh ${DESTDIR}usr/bin/${TARGET}-gen-salt
install -Dm 0644 configs/logrotate ${DESTDIR}etc/logrotate.d/${TARGET}
install -Dm 0644 init/systemd/${TARGET}.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
@ -36,6 +37,7 @@ install:
uninstall:
rm ${DESTDIR}usr/bin/${TARGET}
rm ${DESTDIR}usr/bin/${TARGET}-clean
rm ${DESTDIR}usr/bin/${TARGET}-gen-salt
rm ${DESTDIR}etc/logrotate.d/${TARGET}
rm ${DESTDIR}${SYSDDIR}/${TARGET}.service