|
From: Karl E. <ke...@su...> - 2003-11-14 11:01:48
|
Fri Nov 14 11:50:42 2003 Karl Eichwalder <ke...@su...> * installdir/Makefile.am (install-data-local): Don't add $(DESTDIR) part to HtFileType. --- htdig-3.2.0b5/installdir/Makefile.am.~1~ 2003-01-28 12:25:15.000000000 +0100 +++ htdig-3.2.0b5/installdir/Makefile.am 2003-11-13 17:59:23.000000000 +0100 @@ -45,6 +45,6 @@ @echo "Installing file-type identification script..." $(mkinstalldirs) $(DESTDIR)$(bindir) @if [ ! -f $(DESTDIR)$(bindir)/HtFileType ]; then \ - sed -es%@\CONFIG_DIR@%$(DESTDIR)$(CONFIG_DIR)% $(top_srcdir)/installdir/HtFileType >$(DESTDIR)$(bindir)/HtFileType; \ + sed -e s%@\CONFIG_DIR@%$(CONFIG_DIR)% $(top_srcdir)/installdir/HtFileType >$(DESTDIR)$(bindir)/HtFileType; \ chmod 755 $(DESTDIR)$(bindir)/HtFileType; \ fi Diff finished at Thu Nov 13 17:59:30 |