diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 22:58:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-24 22:58:14 +0800 |
commit | c37eb2289f0d8c98e3aeedfcc12df9557d943f47 (patch) | |
tree | 086fe0b843f3c2da181d1db3577f1a8f66f95b6f /x11/gnome-session/files/patch-data_Makefile.in | |
parent | bc81caa775d65ecd60498558617a30be861ae360 (diff) | |
download | marcuscom-ports-c37eb2289f0d8c98e3aeedfcc12df9557d943f47.tar.gz marcuscom-ports-c37eb2289f0d8c98e3aeedfcc12df9557d943f47.tar.zst marcuscom-ports-c37eb2289f0d8c98e3aeedfcc12df9557d943f47.zip |
Add gnome-session and install the gdm gnome.desktop file again.
Reminded by sajd on IRC.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10829 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session/files/patch-data_Makefile.in')
-rw-r--r-- | x11/gnome-session/files/patch-data_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnome-session/files/patch-data_Makefile.in b/x11/gnome-session/files/patch-data_Makefile.in new file mode 100644 index 000000000..4c6f8716a --- /dev/null +++ b/x11/gnome-session/files/patch-data_Makefile.in @@ -0,0 +1,11 @@ +--- data/Makefile.in.orig 2008-03-24 15:48:59.000000000 +0100 ++++ data/Makefile.in 2008-03-24 15:49:23.000000000 +0100 +@@ -276,7 +276,7 @@ CLEANFILES = \ + gnome.desktop \ + session-properties.desktop + +-all: all-recursive ++all: all-recursive default.session + + .SUFFIXES: + $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |