[Lunar-commits] <moonbase> glew: make lib executable

Paul Bredbury brebs at lunar-linux.org
Fri Feb 25 06:41:01 CET 2011


commit b02741c75a38f7fd87b35610a730b563b965a4ce
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Fri Feb 25 12:41:01 2011 +0700

    glew: make lib executable
---
 libs/glew/BUILD |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libs/glew/BUILD b/libs/glew/BUILD
index baa4637..a9b3007 100644
--- a/libs/glew/BUILD
+++ b/libs/glew/BUILD
@@ -1,5 +1,8 @@
 (
 
+  # Libs should be executable
+  sedit "s:0644 lib/\$(LIB.SHARED):0755 lib/\$(LIB.SHARED):1" Makefile &&
+
   default_make
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list