Let's copy a LICENSE file as it is mandatory by MIT license.

This commit is contained in:
Alexander Andreev 2021-12-24 01:36:29 +04:00
parent 54aa50779f
commit 1681902262
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ clean:
install:
install -Dm755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}
install -Dm644 LICENSE ${DESTDIR}usr/share/licenses/kwh-calc/LICENSE
uninstall:
rm -f /usr/bin/${TARGET}
rm -f ${DESTDIR}usr/bin/${TARGET}
rm -f ${DESTDIR}usr/share/licenses/kwh-calc/LICENSE