Skip to content

Commit

Permalink
repository: cleanup: moved conf/beesh.d to src/beesh.d
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Jun 13, 2011
1 parent fdebac7 commit e25e86c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ install-core: build
@mkdir -p ${DESTDIR}${LIBEXECDIR}/bee/beesh.d
@for i in ${HELPER_BEESH_SHELL} ; do \
echo "installing ${DESTDIR}${LIBEXECDIR}/bee/beesh.d/$${i}.sh" ; \
install -m 0644 conf/beesh.d/$${i}.sh ${DESTDIR}${LIBEXECDIR}/bee/beesh.d/$${i}.sh ; \
install -m 0644 src/beesh.d/$${i}.sh ${DESTDIR}${LIBEXECDIR}/bee/beesh.d/$${i}.sh ; \
done

install-config:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e25e86c

Please sign in to comment.