Package: gnuift / 0.1.14+ds-1

11_duplicate_install.diff Patch series | download
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
Description: /usr/bin/install fails when a file is given twice as its
 argument. Modify makefiles to avoid this situation.
Author: Ilya Barygin <barygin@gmail.com>

--- a/libMRML/include/Makefile.am
+++ b/libMRML/include/Makefile.am
@@ -21,7 +21,7 @@
 
 libMRMLdir=$(includedir)/libMRML/include
 
-libMRML_HEADERS= directory.h \
+libMRML_HEADERS= \
 	CAFPlugin.h		     CMRMLStringConstants.h   CTimeStampGenerator.h \
 	CAccessor.h		     CMagic.h		      CXEVCommunication.h \
 	CAccessorAdmin.h	     CMutex.h		      CXEVTripletList.h \
--- a/scripts/perl/Makefile.am
+++ b/scripts/perl/Makefile.am
@@ -146,7 +146,7 @@
 	$(PERLCONFIG)
 
 
-bin_SCRIPTS= @GIFT_INTERNAL_PERLS@ gift-url-to-fts.pl gift-diagnose-print-all-ADI.pl gift-mrml-client.pl CFeedbackClient.pm CFCMovingTarget.pm gift-perl-example-server.pl gift-add-collection.pl gift-remove-collection.pl gift-dtd-to-tex.pl gift-dtd-to-keywords.pl CQueryParadigmMatcher.pm CTripleTransfer.pl CGLDAudreyMTam.pl CGLStructuredAnnotation.pm CGIFTLink.pm CGLDistanceMatrix.pm CGIFTLinkDemo.pl CXMLTreeBuilder.pm CXMLTreeWriter.pm CXMLTreeVisitor.pm CXTVTripletList.pm CXTVWriter.pm CGraphCollection.pm gift-old-to-new-url2fts.pl gift-start.pl gift-diagnose-print-all-ADI.pl
+bin_SCRIPTS= @GIFT_INTERNAL_PERLS@ gift-url-to-fts.pl gift-diagnose-print-all-ADI.pl gift-mrml-client.pl CFeedbackClient.pm CFCMovingTarget.pm gift-perl-example-server.pl gift-add-collection.pl gift-remove-collection.pl gift-dtd-to-tex.pl gift-dtd-to-keywords.pl CQueryParadigmMatcher.pm CTripleTransfer.pl CGLDAudreyMTam.pl CGLStructuredAnnotation.pm CGIFTLink.pm CGLDistanceMatrix.pm CGIFTLinkDemo.pl CXMLTreeBuilder.pm CXMLTreeWriter.pm CXMLTreeVisitor.pm CXTVTripletList.pm CXTVWriter.pm CGraphCollection.pm gift-old-to-new-url2fts.pl gift-start.pl
 
 EXTRA_SCRIPTS=gift-browser-benchmark.pl gift-extract-text-features.pl gift-annotation-to-html.pl gift-ranking-comparison.pl CFCRankingComparison.pm CGraphCollection.pm