blob: 93ecef84edfea6428c2ed6ba4add549d9abf2fc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -uNr gnumeric-1.1.90/doc/xmldocs.make gnumeric-1.1.90.patched/doc/xmldocs.make
--- gnumeric-1.1.90/doc/xmldocs.make 2003-09-08 04:37:55.000000000 +0200
+++ gnumeric-1.1.90.patched/doc/xmldocs.make 2003-09-13 19:54:52.000000000 +0200
@@ -72,7 +72,7 @@
basefile=`echo $$file | sed -e 's,^.*/,,'`; \
$(INSTALL_DATA) $$file $(DESTDIR)$(docdir)/figures/$$basefile; \
done
- -ln -s share/gnome/ $(gnumeric_datadir)/gnome # What the hell is this supposed to do ?
+ -ln -s share/gnome/ $(DESTDIR)$(gnumeric_datadir)/gnome # What the hell is this supposed to do ?
-if [ -e $(srcdir)/topic.dat ]; then \
$(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \
fi
|