Fixes installation issue, while building in separate dir
authorMyhailo Danylenko <isbear@ukrpost.net>
Thu, 21 Dec 2006 00:58:20 +0200
changeset 1114 2ba26f6c060f
parent 1113 2b1274d7ce35
child 1115 922a9ae1a17e
child 1117 de14c419b323
Fixes installation issue, while building in separate dir This is silly paranoid change. :)
mcabber/doc/help/Makefile.am
--- a/mcabber/doc/help/Makefile.am	Sat Dec 16 19:45:30 2006 +0100
+++ b/mcabber/doc/help/Makefile.am	Thu Dec 21 00:58:20 2006 +0200
@@ -4,6 +4,6 @@
 	$(INSTALL) -d $(DESTDIR)$(datadir)/mcabber/help
 	for lang in en de fr nl pl uk; do \
 		$(INSTALL) -d $(DESTDIR)$(datadir)/mcabber/help/$$lang; \
-		$(INSTALL) -m 0644 $$lang/* \
+		$(INSTALL) -m 0644 $(srcdir)/$$lang/* \
 		           $(DESTDIR)$(datadir)/mcabber/help/$$lang; \
 	done