Package: owfs / 3.2p4+dfsg1-4.1

deb-specific-tcltk-path.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Force install path of tcltk lib conforming to the FHS
Forwarded: not-needed
--- 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