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

make install doesn't depend on all. See #1293

parent 4b327b56
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ dist:
@tar cjf gajim-$(VERSION).tar.bz2 gajim-$(VERSION)/
rm -rf gajim-$(VERSION)
install: all
install:
# Remove the old po folder if it exists
if [ -d $(DESTDIR)$(PREFIX)/share/gajim/po ] ; then \
rm -rf $(DESTDIR)$(PREFIX)/share/gajim/po; \
......
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