CVS: moonbase/xfce4/xfce4-session POST_INSTALL,1.3,1.4
    Terry Chan 
    tchan at lunar-linux.org
       
    Fri Sep 26 02:40:57 GMT 2003
    
    
  
Update of /var/cvs/lunar/moonbase/xfce4/xfce4-session
In directory dbguin.lunar-linux.org:/tmp/cvs-serv10495
Modified Files:
	POST_INSTALL 
Log Message:
Niki says the mkdir -p is in error not the cp command.
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/xfce4/xfce4-session/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	26 Sep 2003 00:21:41 -0000	1.3
+++ POST_INSTALL	26 Sep 2003 02:40:55 -0000	1.4
@@ -1,2 +1,2 @@
-mkdir -p /etc/X11/gdm/Sessions &&
-cp $SCRIPT_DIRECTORY/xfce.desktop /etc/X11/gdm/Sessions/
+mkdir -p /etc/X11/dm/Sessions &&
+cp $SCRIPT_DIRECTORY/xfce.desktop /etc/X11/dm/Sessions/
    
    
More information about the Lunar-commits
mailing list