summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/enlightenment-cvs/files/evidence-destdir.patch')
-rw-r--r--x11-wm/enlightenment-cvs/files/evidence-destdir.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-wm/enlightenment-cvs/files/evidence-destdir.patch b/x11-wm/enlightenment-cvs/files/evidence-destdir.patch
new file mode 100644
index 000000000000..bbb74f103982
--- /dev/null
+++ b/x11-wm/enlightenment-cvs/files/evidence-destdir.patch
@@ -0,0 +1,32 @@
+--- ./evidence.themes/engines/Makefile.am.orig 2003-02-04 22:24:04.000000000 -0500
++++ ./evidence.themes/engines/Makefile.am 2003-02-04 22:24:11.000000000 -0500
+@@ -11,7 +11,7 @@
+ @EVIDENCE_CFLAGS@
+ LIBADD = -L$(top_builddir)/src
+
+-pkgdir = $(DESTDIR)$(pkgdatadir)/themes/engines
++pkgdir = $(pkgdatadir)/themes/engines
+
+ .o.so:
+ $(CC) $(INCLUDES) $(LDFLAGS) $< -o $@
+--- ./evidence.themes/Makefile.am.orig 2003-02-04 22:24:15.000000000 -0500
++++ ./evidence.themes/Makefile.am 2003-02-04 22:24:32.000000000 -0500
+@@ -23,7 +23,7 @@
+ -(cd metallo; cp * $(DESTDIR)$(pkgdatadir)/themes/metallo)
+ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/themes/nautilus
+ -(cd nautilus; cp * $(DESTDIR)$(pkgdatadir)/themes/nautilus)
+- -(ln -s $(pkgdatadir)/themes/transwarp $(pkgdatadir)/themes/default)
++ -(ln -s $(pkgdatadir)/themes/transwarp $(DESTDIR)$(pkgdatadir)/themes/default)
+ -rm $(DESTDIR)$(pkgdatadir)/themes/engines/*.a
+ -rm $(DESTDIR)$(pkgdatadir)/themes/engines/*.la
+
+--- ./icons/Makefile.am.orig 2003-02-04 22:24:35.000000000 -0500
++++ ./icons/Makefile.am 2003-02-04 22:24:40.000000000 -0500
+@@ -11,6 +11,6 @@
+ tar -zxvf ento_64.tar.gz -C $(DESTDIR)$(pkgdatadir)/icons
+ tar -zxvf gorilla_36.tar.gz -C $(DESTDIR)$(pkgdatadir)/icons
+ tar -zxvf gorilla_48.tar.gz -C $(DESTDIR)$(pkgdatadir)/icons
+- -(ln -s $(pkgdatadir)/icons/gfilerunner $(pkgdatadir)/icons/default)
++ -(ln -s $(pkgdatadir)/icons/gfilerunner $(DESTDIR)$(pkgdatadir)/icons/default)
+
+ install: install-data-local