diff options
Diffstat (limited to 'editors/abiword-devel/files/patch-GNUmakefile.am')
-rw-r--r-- | editors/abiword-devel/files/patch-GNUmakefile.am | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/abiword-devel/files/patch-GNUmakefile.am b/editors/abiword-devel/files/patch-GNUmakefile.am deleted file mode 100644 index 3e4cc389dd55..000000000000 --- a/editors/abiword-devel/files/patch-GNUmakefile.am +++ /dev/null @@ -1,22 +0,0 @@ ---- GNUmakefile.am.orig Mon Aug 18 09:45:27 2003 -+++ GNUmakefile.am Mon Aug 25 04:25:53 2003 -@@ -76,7 +76,6 @@ - - # Install the datafiles. This is quick-and-dirty. - install-data-local: -- @$(mkinstalldirs) $(DESTDIR)$(bonobodir) - if test -d $(top_srcdir)/../abidistfiles ; then \ - for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\ -@@ -89,11 +88,7 @@ - for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \ - if test -f $$file ; then \ - sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \ -- if test "$$sfile.server" = $$file; then \ -- $(INSTALL_DATA) $$file $(DESTDIR)$(bonobodir); \ -- else \ - $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$dir; \ -- fi; \ - fi; \ - done; \ - fi; \ |