Skip to content
Snippets Groups Projects
Commit 4237e17f authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

install .desktop file with make install

parent 1d63886e
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ install:
cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
done
cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
cp gajim.desktop "$(DESTDIR)$(PREFIX)/share/applications/";
mkdir -p "$(DESTDIR)$(PREFIX)/lib/gajim";
for f in $(FILES_LIB) ; do \
cp "$$f" "$(DESTDIR)$(PREFIX)/lib/gajim/"; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment