Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/share
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2014-04-04 16:19:45 +0400
committerBryan Drewery <bryan@shatow.net>2014-04-04 16:19:45 +0400
commit2c8d74923c23b62662f30e6f14bc06693623dc8f (patch)
treea279c1afe4b03dbb8902c62eb71bd32513da655d /src/share
parent056dd29cb4c21e5e76b9cc8ee4ccce496d2326b8 (diff)
Move common.sh.{freebsd,dragonfly} to include/
Diffstat (limited to 'src/share')
-rwxr-xr-xsrc/share/poudriere/common.sh2
-rw-r--r--src/share/poudriere/include/common.sh.dragonfly (renamed from src/share/poudriere/common.sh.dragonfly)0
-rw-r--r--src/share/poudriere/include/common.sh.freebsd (renamed from src/share/poudriere/common.sh.freebsd)0
3 files changed, 1 insertions, 1 deletions
diff --git a/src/share/poudriere/common.sh b/src/share/poudriere/common.sh
index 6038bd64..ff4635e2 100755
--- a/src/share/poudriere/common.sh
+++ b/src/share/poudriere/common.sh
@@ -27,7 +27,7 @@
# SUCH DAMAGE.
BSDPLATFORM=`uname -s | tr '[:upper:]' '[:lower:]'`
-. $(dirname ${0})/common.sh.${BSDPLATFORM}
+. $(dirname ${0})/include/common.sh.${BSDPLATFORM}
BLACKLIST=""
# Return true if ran from bulk/testport, ie not daemon/status/jail
diff --git a/src/share/poudriere/common.sh.dragonfly b/src/share/poudriere/include/common.sh.dragonfly
index 5fc4f32c..5fc4f32c 100644
--- a/src/share/poudriere/common.sh.dragonfly
+++ b/src/share/poudriere/include/common.sh.dragonfly
diff --git a/src/share/poudriere/common.sh.freebsd b/src/share/poudriere/include/common.sh.freebsd
index e8b8514a..e8b8514a 100644
--- a/src/share/poudriere/common.sh.freebsd
+++ b/src/share/poudriere/include/common.sh.freebsd