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

This commit is contained in:
Yann Leboulanger 2005-09-06 09:10:26 +00:00
parent 313c1b248c
commit 4d420284f1
1 changed files with 1 additions and 0 deletions

View File

@ -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"; \