blob: 1bf896923d0fdf9166a4e46e902abe4c77c3ac54 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -Nur gpe-session-scripts-0.63~/Makefile gpe-session-scripts-0.63/Makefile
--- gpe-session-scripts-0.63~/Makefile 2005-08-19 18:32:17.000000000 -0700
+++ gpe-session-scripts-0.63/Makefile 2005-08-19 18:35:46.000000000 -0700
@@ -23,7 +23,9 @@
all:
install-program: gpe-logout.desktop
- for i in X11/Xsession.d X11/Xinit.d; do install -d $(DESTDIR)/etc/$$i; FILES=`echo $$i/* | sed "s:$$i/CVS::"`; install -m 755 $$FILES $(DESTDIR)/etc/$$i/; done
+ install -d $(DESTDIR)/etc/X11/Xsession.d
+ install -m 755 X11/Xsession.d/99xWindowManager $(DESTDIR)/etc/X11/Xsession.d
+ install -m 755 X11/Xsession.d/98standard-apps $(DESTDIR)/etc/X11/Xsession.d
install -d $(DESTDIR)$(PREFIX)/bin
install -m 755 gpe-xcalibrate.sh $(DESTDIR)$(PREFIX)/bin/gpe-xcalibrate.sh
install -d $(DESTDIR)/etc/gpe
|