diff options
Diffstat (limited to 'debian/configure.ac')
-rw-r--r-- | debian/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/configure.ac b/debian/configure.ac index 6a994e9..91e8d49 100644 --- a/debian/configure.ac +++ b/debian/configure.ac @@ -1768,8 +1768,8 @@ AC_CONFIG_FILES([cf/hack/debian_auth.m4]) AC_CONFIG_FILES([cf/hack/virthost_by_ip.m4]) AC_CONFIG_FILES([cf/ostype/debian.m4]) AC_CONFIG_FILES([examples/Makefile], [chmod a+x ./examples/Makefile]) -AC_CONFIG_FILES([examples/dhcp3/dhclient-exit-hooks.d/sendmail], - [chmod a+x ./examples/dhcp3/dhclient-exit-hooks.d/sendmail]) +AC_CONFIG_FILES([examples/dhcp/dhclient-exit-hooks.d/sendmail], + [chmod a+x ./examples/dhcp/dhclient-exit-hooks.d/sendmail]) AC_CONFIG_FILES([examples/network/if-down.d/sendmail], [chmod a+x ./examples/network/if-down.d/sendmail]) AC_CONFIG_FILES([examples/network/if-up.d/sendmail], |