[Lunar-commits] <moonbase> NVIDIA: Adjusting the POST_INSTALL to fix symbolic link ownership when

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Sep 13 13:59:01 CEST 2010


commit 4a437084ffd6ae2819c55ee95d555a8897447436
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Sep 13 07:59:01 2010 -0400

    NVIDIA: Adjusting the POST_INSTALL to fix symbolic link ownership when
    
    lin xorg-server is done.
---
 x11/NVIDIA/POST_INSTALL |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/x11/NVIDIA/POST_INSTALL b/x11/NVIDIA/POST_INSTALL
index 4ef7875..c890232 100644
--- a/x11/NVIDIA/POST_INSTALL
+++ b/x11/NVIDIA/POST_INSTALL
@@ -19,3 +19,7 @@ ln -sf libglx.so.$VERSION libglx.so
 
 # Clean up
 rm -rf $SOURCE_DIRECTORY
+
+# So this gets fixed when linning xorg-server and NVIDIA;
+# Symbolic link: /usr/lib/xorg/modules/extensions/libglx.so is owned by xorg-server
+lunar fix xorg-server


More information about the Lunar-commits mailing list