[omd-commits] OMD Git: omd: Added build support for Fedora 19
git version control
git at mathias-kettner.de
Tue Mar 10 13:31:03 CET 2015
Module: omd
Branch: master
Commit: 7619a8ccea68be9c850cdf8e4d3ff220d5e5ed26
URL: http://omdistro.org/projects/omd/repository/revisions/7619a8ccea68be9c850cdf8e4d3ff220d5e5ed26
Author: Lars Michelsen <lm at mathias-kettner.de>
Date: Tue Mar 10 13:30:55 2015 +0100
Commiter: Lars Michelsen <lm at mathias-kettner.de>
Date: Tue Mar 10 13:30:55 2015 +0100
Added build support for Fedora 19
---
distro | 4 ++++
distros/Makefile.FEDORA_19 | 1 +
2 files changed, 5 insertions(+)
diff --git a/distro b/distro
index 051cd35..8ff7fc3 100755
--- a/distro
+++ b/distro
@@ -79,6 +79,10 @@ then
then
echo "REDHAT${SEP}7.0"
exit 0
+ then
+ [[ $VERSION =~ (Fedora release ([0-9]+)) ]] && REL=${BASH_REMATCH[2]} || exit 0
+ echo "FEDORA$SEP$REL"
+ exit 0
fi
fi
diff --git a/distros/Makefile.FEDORA_19 b/distros/Makefile.FEDORA_19
new file mode 120000
index 0000000..b162086
--- /dev/null
+++ b/distros/Makefile.FEDORA_19
@@ -0,0 +1 @@
+Makefile.FEDORA_7.0
\ No newline at end of file
More information about the omd-commits
mailing list