diff options
Diffstat (limited to 'packages/gpe-session-scripts/files/remove-x11-common-files.patch')
-rw-r--r-- | packages/gpe-session-scripts/files/remove-x11-common-files.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/packages/gpe-session-scripts/files/remove-x11-common-files.patch b/packages/gpe-session-scripts/files/remove-x11-common-files.patch deleted file mode 100644 index 4ae13cba80..0000000000 --- a/packages/gpe-session-scripts/files/remove-x11-common-files.patch +++ /dev/null @@ -1,20 +0,0 @@ -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 |