From 168190226226a7d98a16975144e6daa2b1c7ae0b Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Fri, 24 Dec 2021 01:36:29 +0400 Subject: [PATCH] Let's copy a LICENSE file as it is mandatory by MIT license. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 513463f..d0ef048 100644 --- a/Makefile +++ b/Makefile @@ -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} \ No newline at end of file + rm -f ${DESTDIR}usr/bin/${TARGET} + rm -f ${DESTDIR}usr/share/licenses/kwh-calc/LICENSE \ No newline at end of file