diff options
author | Marinus Schraal <foser@gentoo.org> | 2003-09-14 12:03:55 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2003-09-14 12:03:55 +0000 |
commit | a11e7efd80441bdbc6ffacb2e8cedcaa48e81f26 (patch) | |
tree | 770136a4150c45c914309357eb95ec2afc64606a /app-office/gnumeric/files | |
parent | new dev version (diff) | |
download | gentoo-2-a11e7efd80441bdbc6ffacb2e8cedcaa48e81f26.tar.gz gentoo-2-a11e7efd80441bdbc6ffacb2e8cedcaa48e81f26.tar.bz2 gentoo-2-a11e7efd80441bdbc6ffacb2e8cedcaa48e81f26.zip |
new dev version
Diffstat (limited to 'app-office/gnumeric/files')
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.1.90 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/files/gnumeric-1.1.90-fix_doc_destdir_install.patch | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/app-office/gnumeric/files/digest-gnumeric-1.1.90 b/app-office/gnumeric/files/digest-gnumeric-1.1.90 new file mode 100644 index 000000000000..ac700db446cf --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-1.1.90 @@ -0,0 +1 @@ +MD5 626b775bf2d700d2a049bc748285de1b gnumeric-1.1.90.tar.bz2 10718898 diff --git a/app-office/gnumeric/files/gnumeric-1.1.90-fix_doc_destdir_install.patch b/app-office/gnumeric/files/gnumeric-1.1.90-fix_doc_destdir_install.patch new file mode 100644 index 000000000000..93ecef84edfe --- /dev/null +++ b/app-office/gnumeric/files/gnumeric-1.1.90-fix_doc_destdir_install.patch @@ -0,0 +1,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 |