File: deb-specific-tcltk-path.patch

package info (click to toggle)
owfs 3.2p4%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,200 kB
  • sloc: ansic: 66,801; pascal: 5,957; tcl: 2,688; makefile: 1,348; python: 1,114; sh: 715; cs: 623; php: 600; perl: 587; java: 404; ruby: 289; cpp: 105; asm: 102; xml: 53
file content (14 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Force install path of tcltk lib conforming to the FHS
Forwarded: not-needed
Author: Vincent Danjean <vdanjean@debian.org>
--- a/configure.ac
+++ b/configure.ac
@@ -823,7 +823,7 @@
 				;;
 		esac
 		# Debian Hack: do not install in /usr/local/lib/tcltk
-		# OWTCL_INSTALL_PATH="/usr/lib/tcltk"
+		OWTCL_INSTALL_PATH="/usr/lib/tcltk"
 		AC_SUBST(OWTCL_INSTALL_PATH)
 	fi
 fi