diff options
| author | Roy Marples <roy@marples.name> | 2020-03-30 21:21:47 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-03-30 21:21:47 +0100 |
| commit | e9b21aea0407f4324ec57fc378d993efcdfceaa9 (patch) | |
| tree | f699788246f12e8f4832dee79e27269f3d1a0046 /hooks | |
| parent | 4382ac0601186d0d1893bffa2e347fcc0e8f8b84 (diff) | |
| download | dhcpcd-e9b21aea0407f4324ec57fc378d993efcdfceaa9.tar.xz | |
hooks: clean 30-hostname
As it's now built from 30-hostname.in
Diffstat (limited to 'hooks')
| -rw-r--r-- | hooks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/Makefile b/hooks/Makefile index 5cb7a16d..152c2cee 100644 --- a/hooks/Makefile +++ b/hooks/Makefile @@ -12,6 +12,7 @@ SCRIPTS= 01-test SCRIPTS+= 20-resolv.conf SCRIPTS+= 30-hostname SCRIPTS+= ${HOOKSCRIPTS} +CLEANFILES+= 30-hostname # Some hooks should not be installed by default FILESDIR= ${DATADIR}/dhcpcd/hooks |
