Fix parallelization make install

This commit is contained in:
Christian Kohlstedde 2018-04-03 22:01:01 +02:00
parent 8711dc5bc8
commit beaa91cdf6
No known key found for this signature in database
GPG Key ID: CEFB805DD49CD8EB

View File

@ -29,7 +29,7 @@ moc_%.cpp: %.h
$(MOC) $< -o $@ $(MOC) $< -o $@
# I18N Stuff # I18N Stuff
install-exec-local: install-exec-hook:
mkdir -p $(DESTDIR)$(prefix)/share/rivendell mkdir -p $(DESTDIR)$(prefix)/share/rivendell
cp rdselect_*.qm $(DESTDIR)$(prefix)/share/rivendell cp rdselect_*.qm $(DESTDIR)$(prefix)/share/rivendell
chmod 4755 $(DESTDIR)$(prefix)/bin/rdselect chmod 4755 $(DESTDIR)$(prefix)/bin/rdselect