Let's copy a LICENSE file as it is mandatory by MIT license.
This commit is contained in:
parent
54aa50779f
commit
1681902262
4
Makefile
4
Makefile
@ -20,6 +20,8 @@ clean:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
install -Dm755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}
|
install -Dm755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}
|
||||||
|
install -Dm644 LICENSE ${DESTDIR}usr/share/licenses/kwh-calc/LICENSE
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -f /usr/bin/${TARGET}
|
rm -f ${DESTDIR}usr/bin/${TARGET}
|
||||||
|
rm -f ${DESTDIR}usr/share/licenses/kwh-calc/LICENSE
|
Loading…
Reference in New Issue
Block a user