blob: 4ae13cba80f9b550196bc7bb33f65c5282d306ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff -Nur gpe-session-scripts-0.63~/Makefile gpe-session-scripts-0.63/Makefile
--- gpe-session-scripts-0.63~/Makefile 2005-08-23 15:10:25.000000000 -0700
+++ gpe-session-scripts-0.63/Makefile 2005-08-23 15:08:40.000000000 -0700
@@ -23,13 +23,14 @@
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
install -m 644 X11/xsettings.default $(DESTDIR)/etc/gpe/
install -m 644 standard.mbdock $(DESTDIR)/etc/gpe/gpe.mbdock
- install -m 644 X11/Xdefaults $(DESTDIR)/etc/X11/
mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps
install -m 644 gpe-logout.png $(DESTDIR)$(PREFIX)/share/pixmaps
mkdir -p $(DESTDIR)$(PREFIX)/share/applications
|