]> git.pld-linux.org Git - packages/ettercap6.git/blame - ettercap-plugin_dir.patch
- release 3
[packages/ettercap6.git] / ettercap-plugin_dir.patch
CommitLineData
64a58283 1diff -urN ettercap-0.5.4.orig/configure.in ettercap-0.5.4/configure.in
2--- ettercap-0.5.4.orig/configure.in Thu Sep 6 17:51:02 2001
3+++ ettercap-0.5.4/configure.in Thu Sep 6 17:51:40 2001
4@@ -102,11 +102,7 @@
5
6 dnl configuring path for rpm version...
7
8-if test "$RPM_BUILD_ROOT" = ""; then
9- echo "#define INSTALL_PATH \"$prefix/share/ettercap/\"" > ./src/include/ec_install_path.h
10-else
11- echo "#define INSTALL_PATH \"/usr/local/share/ettercap/\"" > ./src/include/ec_install_path.h
12-fi
13+echo "#define INSTALL_PATH \"$libdir/ettercap/\"" > ./src/include/ec_install_path.h
14
15
16 dnl ========================
This page took 0.031516 seconds and 4 git commands to generate.