File: fix_install_path

package info (click to toggle)
freedict-tools 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,520 kB
  • sloc: python: 2,869; haskell: 1,999; perl: 1,509; yacc: 502; sh: 435; sed: 392; makefile: 141; xml: 10
file content (17 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Install teiaddphonetics
 Install the teiaddphonetics script.
Author: Sebastian Humenda <shumenda@gmx.de>
Last-Update: 2020-12-31

Index: freedict-tools/Makefile
===================================================================
--- freedict-tools.orig/Makefile
+++ freedict-tools/Makefile
@@ -124,6 +124,7 @@ mk_venv: #! initialise a new (Python) vi
 # NOTE: the directories below HAVE to be on one line
 INSTALL_DIRS := mk xquery xsl/inc
 INSTALL_PATHS := $(wildcard freedict-database.rng \
+	teiaddphonetics \
 	mk/*.mk xsl/inc/* \
 	xquery/* xsl/tei2c5.xsl)
 install: #! install the tools to $$DESTDIR/$PREFIX/share/freedict (default /usr/local/share/freedict)