From beaa91cdf6b3d405b98e9a718652e3cba4758bea Mon Sep 17 00:00:00 2001 From: Christian Kohlstedde Date: Tue, 3 Apr 2018 22:01:01 +0200 Subject: [PATCH] Fix parallelization make install --- rdselect/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdselect/Makefile.am b/rdselect/Makefile.am index 4f170377..44ebc668 100644 --- a/rdselect/Makefile.am +++ b/rdselect/Makefile.am @@ -29,7 +29,7 @@ moc_%.cpp: %.h $(MOC) $< -o $@ # I18N Stuff -install-exec-local: +install-exec-hook: mkdir -p $(DESTDIR)$(prefix)/share/rivendell cp rdselect_*.qm $(DESTDIR)$(prefix)/share/rivendell chmod 4755 $(DESTDIR)$(prefix)/bin/rdselect