diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-17 20:19:37 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-17 20:19:37 +0000 |
commit | 3d7ecf38327d2b2881b37e2b8ea5554989990fc5 (patch) | |
tree | 974c04810e671072159680df66cdfc09f1247104 /app-office/gnumeric/files | |
parent | version bump (diff) | |
download | gentoo-2-3d7ecf38327d2b2881b37e2b8ea5554989990fc5.tar.gz gentoo-2-3d7ecf38327d2b2881b37e2b8ea5554989990fc5.tar.bz2 gentoo-2-3d7ecf38327d2b2881b37e2b8ea5554989990fc5.zip |
version bump
Diffstat (limited to 'app-office/gnumeric/files')
-rw-r--r-- | app-office/gnumeric/files/digest-gnumeric-1.2.0 | 1 | ||||
-rw-r--r-- | app-office/gnumeric/files/gnumeric-1.2.0-fix_doc_destdir_install.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-office/gnumeric/files/digest-gnumeric-1.2.0 b/app-office/gnumeric/files/digest-gnumeric-1.2.0 new file mode 100644 index 000000000000..5eadfdd2643b --- /dev/null +++ b/app-office/gnumeric/files/digest-gnumeric-1.2.0 @@ -0,0 +1 @@ +MD5 21f565b128b22246a7c2a51267e575df gnumeric-1.2.0.tar.bz2 10752770 diff --git a/app-office/gnumeric/files/gnumeric-1.2.0-fix_doc_destdir_install.patch b/app-office/gnumeric/files/gnumeric-1.2.0-fix_doc_destdir_install.patch new file mode 100644 index 000000000000..e7debf36b501 --- /dev/null +++ b/app-office/gnumeric/files/gnumeric-1.2.0-fix_doc_destdir_install.patch @@ -0,0 +1,11 @@ +--- gnumeric-1.2.0/doc/xmldocs.make 2003-09-13 12:50:24.000000000 -0700 ++++ gnumeric-1.2.0/doc/xmldocs.make 2003-09-16 23:10:52.000000000 -0700 +@@ -74,7 +74,7 @@ + done + # libbonoboui and libgnomeui want help in different places add a sym + # link to get an install that works for both (It may already exist) +- -ln -s $(gnumeric_datadir)/share/gnome $(gnumeric_datadir)/gnome ++ -ln -s $(gnumeric_datadir)/share/gnome $(DESTDIR)$(gnumeric_datadir)/gnome + -if [ -e $(srcdir)/topic.dat ]; then \ + $(INSTALL_DATA) $(srcdir)/topic.dat $(DESTDIR)$(docdir); \ + fi |