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

make install (only used under linux) doesn't install systraywin32.py

parent 313c1b24
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,7 @@ install:
DST=`dirname "$$f"`; \
cp "$$f" "$(DESTDIR)$(PREFIX)/share/gajim/$$DST/"; \
done
rm "$(DESTDIR)$(PREFIX)/share/gajim/src/systraywin32.py"
for d in $(DIRS_PO) ; do \
if [ ! -d $(DESTDIR)$(PREFIX)/share/locale/$$d ] ; then \
mkdir -p "$(DESTDIR)$(PREFIX)/share/locale/$$d"; \
......
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