From e25e86cede9abf9c84696ac578f0ffaa6543ab11 Mon Sep 17 00:00:00 2001 From: Marius Tolzmann Date: Tue, 14 Jun 2011 00:43:15 +0200 Subject: [PATCH] repository: cleanup: moved conf/beesh.d to src/beesh.d --- Makefile | 2 +- {conf => src}/beesh.d/cmake.sh | 0 {conf => src}/beesh.d/configure.sh | 0 {conf => src}/beesh.d/make.sh | 0 {conf => src}/beesh.d/perl-module-makemaker.sh | 0 {conf => src}/beesh.d/perl-module.sh | 0 {conf => src}/beesh.d/python-module.sh | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename {conf => src}/beesh.d/cmake.sh (100%) rename {conf => src}/beesh.d/configure.sh (100%) rename {conf => src}/beesh.d/make.sh (100%) rename {conf => src}/beesh.d/perl-module-makemaker.sh (100%) rename {conf => src}/beesh.d/perl-module.sh (100%) rename {conf => src}/beesh.d/python-module.sh (100%) 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