diff options
| author | Roy Marples <roy@marples.name> | 2017-03-20 00:44:57 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-03-20 00:44:57 +0000 |
| commit | de6f5a04f4d8e5c45ef5766048833dac5b3dcdbd (patch) | |
| tree | 32ac0167810c97bf11974c7f403832785b3d8660 /configure | |
| parent | 61b00fd13c20637caa9998f8e37655d40495b9fd (diff) | |
| download | dhcpcd-de6f5a04f4d8e5c45ef5766048833dac5b3dcdbd.tar.xz | |
Configure correct hook dir.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1466,7 +1466,7 @@ if ! $HOOKSET; then fi fi -if cd dhcpcd-hooks; then +if cd hooks; then for x in $HOOKSCRIPTS; do printf "Finding hook $x ... " for h in [0-9][0-9]"-$x" \ |
