]> git.pld-linux.org Git - packages/ettercap6.git/blob - ettercap-plugin_dir.patch
perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
[packages/ettercap6.git] / ettercap-plugin_dir.patch
1 diff -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.071793 seconds and 3 git commands to generate.