Skip to content

Commit

Permalink
Use correct path.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuexen committed Sep 17, 2016
1 parent 277e950 commit 985437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ install-exec-hook:
@if test ! -d "$(prefix)/share/stt"; then \
mkdir $(prefix)/share/stt; \
fi
cp $(srcdir)/init.scm /usr/local/share/stt/init.scm
cp $(srcdir)/init.scm $(prefix)/share/stt/init.scm

0 comments on commit 985437b

Please sign in to comment.