In Makefile un-/install targets added a LICENSE file for a font used, but commented out.
This commit is contained in:
parent
e992e6906a
commit
d373ad0f35
2
Makefile
2
Makefile
@ -27,11 +27,13 @@ install:
|
|||||||
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||||
install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
|
install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service
|
||||||
# install -Dm 0644 LICENSE ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE
|
# install -Dm 0644 LICENSE ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE
|
||||||
|
# install -Dm 0644 LICENSE.RobotoCondensed.txt ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.RobotoCondensed.txt
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm ${DESTDIR}${PREFIX}/bin/${TARGET}
|
rm ${DESTDIR}${PREFIX}/bin/${TARGET}
|
||||||
rm ${DESTDIR}${SYSDDIR}/${TARGET}.service
|
rm ${DESTDIR}${SYSDDIR}/${TARGET}.service
|
||||||
# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE
|
# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE
|
||||||
|
# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.RobotoCondensed.txt
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f bin/${TARGET}
|
rm -f bin/${TARGET}
|
||||||
|
Loading…
Reference in New Issue
Block a user