Oh, actually, a whole directory for licenses is supposed to be removed on uninstallation.
This commit is contained in:
parent
38dadee5af
commit
90ce3c74f0
4
Makefile
4
Makefile
@ -33,9 +33,7 @@ install:
|
|||||||
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 -r ${DESTDIR}/usr/share/licenses/${TARGET}
|
||||||
# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.RobotoCondensed.txt
|
|
||||||
# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE.ShareTechMono.txt
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f bin/${TARGET}
|
rm -f bin/${TARGET}
|
||||||
|
Loading…
Reference in New Issue
Block a user