CVS: crater/x11/xfree86 BUILD,1.7,1.8
nhudson at lunar-linux.org
nhudson at lunar-linux.org
Thu Sep 11 14:46:59 GMT 2003
Update of /var/cvs/lunar/crater/x11/xfree86
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8618
Modified Files:
BUILD
Log Message:
Copies the wrong file over for xdm and fixing things niki suggested
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/x11/xfree86/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD 9 Sep 2003 21:25:13 -0000 1.7
+++ BUILD 11 Sep 2003 14:46:57 -0000 1.8
@@ -1,7 +1,7 @@
install_drm() {
DRM_DIR="programs/Xserver/hw/xfree86/os-support/linux/drm/kernel"
- DRM_DEST="/lib/modules/`installed_version linux`/kernel/drivers/char/drm"
+ DRM_DEST="/lib/modules/`uname -r`/kernel/drivers/char/drm"
mkdir -p $DRM_DEST
cp $DRM_DIR/*.o $DRM_DEST 2>/dev/null
depmod -a
More information about the Lunar-commits
mailing list