Skip to content

Commit

Permalink
Merge pull request #1036 from a-detiste/master
Browse files Browse the repository at this point in the history
Makefile.am: fix parallel build
  • Loading branch information
SupSuper committed Aug 3, 2015
2 parents b22e510 + 2ea24fb commit b784f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ dist-hook:
fi

install-data-local:
mkdir -p $(DESTDIR)$(pkgdatadir)
cp -r $(top_srcdir)/bin/* $(DESTDIR)$(pkgdatadir)/ ; \
find $(DESTDIR)$(pkgdatadir) | xargs chmod a=rX,u+w

Expand Down

0 comments on commit b784f59

Please sign in to comment.