Skip to content

Commit

Permalink
make: update path to examples
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Klotzbuecher <mk@mkio.de>
  • Loading branch information
kmarkus committed Jul 10, 2020
1 parent 572bb9b commit e3c35c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
install-exec-hook:
install -d $(DESTDIR)$(datadir)/$(PACKAGE)/examples
cp -r ${top_srcdir}/examples/blockmodels $(DESTDIR)$(datadir)/$(PACKAGE)/examples/
cp -r ${top_srcdir}/examples/C-examples $(DESTDIR)$(datadir)/$(PACKAGE)/examples/
cp -r ${top_srcdir}/examples/C $(DESTDIR)$(datadir)/$(PACKAGE)/examples/
cp -r ${top_srcdir}/examples/usc $(DESTDIR)$(datadir)/$(PACKAGE)/examples/
cp -r ${top_srcdir}/examples/platform $(DESTDIR)$(datadir)/$(PACKAGE)/examples/

Expand Down

0 comments on commit e3c35c5

Please sign in to comment.