[Lunar-commits] <moonbase> dmidecode: make 3.82 fix

Stefan Wold ratler at lunar-linux.org
Sat Aug 21 16:16:33 CEST 2010


commit 10d3f0d3710ba10db06763b1911d13e028bae652
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sat Aug 21 16:16:33 2010 +0200

    dmidecode: make 3.82 fix
---
 utils/dmidecode/BUILD |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/utils/dmidecode/BUILD b/utils/dmidecode/BUILD
index 1daa589..76d9b93 100644
--- a/utils/dmidecode/BUILD
+++ b/utils/dmidecode/BUILD
@@ -1,6 +1,7 @@
 (
-
-  sedit 's:/usr/local:/usr:g' Makefile
+  # make 3.82 fix
+  sedit '/PROGRAMS !=/d' Makefile &&
+  sedit 's:/usr/local:/usr:g' Makefile &&
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list