Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (921d1ed7ab6262730876739283c381c750ae9ce5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (921d1ed7ab6262730876739283c381c750ae9ce5)
  • Date: Fri, 30 Mar 2018 20:48:59 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

audio-soft/alsaequal/BUILD | 2 +-
audio-soft/alsaequal/HISTORY | 5 +++++
audio-soft/alsaequal/INSTALL | 2 ++
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 921d1ed7ab6262730876739283c381c750ae9ce5
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-soft/alsaequal: fix installation

diff --git a/audio-soft/alsaequal/BUILD b/audio-soft/alsaequal/BUILD
index 8f58e6d..6dfecc1 100755
--- a/audio-soft/alsaequal/BUILD
+++ b/audio-soft/alsaequal/BUILD
@@ -1 +1 @@
-make
+default_build_make
diff --git a/audio-soft/alsaequal/HISTORY b/audio-soft/alsaequal/HISTORY
index 90da208..285be80 100644
--- a/audio-soft/alsaequal/HISTORY
+++ b/audio-soft/alsaequal/HISTORY
@@ -1,3 +1,8 @@
+2018-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: use default_build_make
+ * INSTALL: work around failure during installation by pre-creating
+ /usr/lib/alsa-lib
+
2012-06-18 Justin Boffemmyer <flux AT sourcemage.org>:
* DETAILS, DEPENDS: spell created

diff --git a/audio-soft/alsaequal/INSTALL b/audio-soft/alsaequal/INSTALL
new file mode 100755
index 0000000..fcf375b
--- /dev/null
+++ b/audio-soft/alsaequal/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p "$INSTALL_ROOT/usr/lib/alsa-lib" &&
+default_install



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (921d1ed7ab6262730876739283c381c750ae9ce5), Florian Franzmann, 03/30/2018

Archive powered by MHonArc 2.6.24.

Top of Page