diff --git a/Makefile b/Makefile index 18d1a15..8e2e5c4 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/conf/beesh.d/cmake.sh b/src/beesh.d/cmake.sh similarity index 100% rename from conf/beesh.d/cmake.sh rename to src/beesh.d/cmake.sh diff --git a/conf/beesh.d/configure.sh b/src/beesh.d/configure.sh similarity index 100% rename from conf/beesh.d/configure.sh rename to src/beesh.d/configure.sh diff --git a/conf/beesh.d/make.sh b/src/beesh.d/make.sh similarity index 100% rename from conf/beesh.d/make.sh rename to src/beesh.d/make.sh diff --git a/conf/beesh.d/perl-module-makemaker.sh b/src/beesh.d/perl-module-makemaker.sh similarity index 100% rename from conf/beesh.d/perl-module-makemaker.sh rename to src/beesh.d/perl-module-makemaker.sh diff --git a/conf/beesh.d/perl-module.sh b/src/beesh.d/perl-module.sh similarity index 100% rename from conf/beesh.d/perl-module.sh rename to src/beesh.d/perl-module.sh diff --git a/conf/beesh.d/python-module.sh b/src/beesh.d/python-module.sh similarity index 100% rename from conf/beesh.d/python-module.sh rename to src/beesh.d/python-module.sh