Make sure METAINFO dir exists
This commit is contained in:
parent
5f4c07f7d9
commit
080d78fe45
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -4,7 +4,7 @@
|
||||||
# Various contributors (see AUTHORS.txt)
|
# Various contributors (see AUTHORS.txt)
|
||||||
# http://www.tuxpaint.org/
|
# http://www.tuxpaint.org/
|
||||||
|
|
||||||
# June 14, 2002 - June 14, 2022
|
# June 14, 2002 - June 29, 2022
|
||||||
|
|
||||||
|
|
||||||
# The version number, for release:
|
# The version number, for release:
|
||||||
|
|
@ -960,6 +960,7 @@ install-xdg: src/tuxpaint.desktop src/org.tuxpaint.Tuxpaint.metainfo.xml
|
||||||
@if [ "x$(shell which update-desktop-database)" != "x" ]; then \
|
@if [ "x$(shell which update-desktop-database)" != "x" ]; then \
|
||||||
update-desktop-database ; \
|
update-desktop-database ; \
|
||||||
fi
|
fi
|
||||||
|
@mkdir -p $(METAINFO_PREFIX)
|
||||||
install --mode=0644 -t $(METAINFO_PREFIX) src/org.tuxpaint.Tuxpaint.metainfo.xml
|
install --mode=0644 -t $(METAINFO_PREFIX) src/org.tuxpaint.Tuxpaint.metainfo.xml
|
||||||
|
|
||||||
# Install the PNG icon (for KDE desktop, etc.)
|
# Install the PNG icon (for KDE desktop, etc.)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue