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

bugfix in make install

parent d5c71d4f
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,7 @@ install:
cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
done
cp COPYING "$(DESTDIR)$(PREFIX)/share/gajim/";
mkdir -p "$(DESTDIR)$(PREFIX)/share/applications";
cp gajim.desktop "$(DESTDIR)$(PREFIX)/share/applications/";
mkdir -p "$(DESTDIR)$(PREFIX)/lib/gajim";
for f in $(FILES_LIB) ; do \
......
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