Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (c40c75622e918547a4f83a01ce94656943470093)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (c40c75622e918547a4f83a01ce94656943470093)
  • Date: Sun, 22 Oct 2017 14:18:25 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

disk/grub2/DEPENDS | 2 ++
disk/grub2/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit c40c75622e918547a4f83a01ce94656943470093
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

grub2: Depends on bison and flex (found from fresh install)

(cherry picked from commit f8c1304128ca7caf612ffab271f56cdbfdf9a725)

Conflicts:
disk/grub2/HISTORY

diff --git a/disk/grub2/DEPENDS b/disk/grub2/DEPENDS
index 3f489cb..52a9f85 100755
--- a/disk/grub2/DEPENDS
+++ b/disk/grub2/DEPENDS
@@ -1,4 +1,6 @@
depends automake &&
+depends bison &&
+depends flex &&
depends gettext &&
depends gnupg &&
depends smgl-fhs &&
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index ffe9377..668a995 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,3 +1,6 @@
+2017-07-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on bison and flex (found from fresh install)
+
2016-02-25 Remko van der Vossen <wich AT sourcemage.org>
* FINAL: no such thing as NORMAL_COLOR




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (c40c75622e918547a4f83a01ce94656943470093), Vlad Glagolev, 10/22/2017

Archive powered by MHonArc 2.6.24.

Top of Page