blob: bbb74f103982863033c7363fff8dbd2c2087f6ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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
|