[Frugalware-git] frugalware-current: fglrx-8.40.4-4-i686

voroskoi voroskoi at frugalware.org
Thu Sep 6 19:44:25 CEST 2007


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=206687f0ab32955245518ae05c0a20f1b42dc32d

commit 206687f0ab32955245518ae05c0a20f1b42dc32d
Author: voroskoi <voroskoi at frugalware.org>
Date:   Thu Sep 6 19:09:57 2007 +0200

fglrx-8.40.4-4-i686
use absolute depmod PATH to close #2386

diff --git a/source/x11-extra/fglrx/fglrx_module.install b/source/x11-extra/fglrx/fglrx_module.install
index 47e9670..bd62b30 100644
--- a/source/x11-extra/fglrx/fglrx_module.install
+++ b/source/x11-extra/fglrx/fglrx_module.install
@@ -2,7 +2,7 @@ post_install()
{
[ `grep fglrx < /etc/sysconfig/modules|wc -l` == 0 ] && \
echo 'fglrx' >> /etc/sysconfig/modules
-	depmod -a
+	/sbin/depmod -a
}

post_upgrade()


More information about the Frugalware-git mailing list