diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-12-16 13:59:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-12-16 13:59:17 +0000 |
commit | 9c16d8d6570eae7358bec9638aa652dea71321cb (patch) | |
tree | 002117822eb69f3df6b24bd8cbb539cd87351e90 | |
parent | c7eb499ec234f3402753c475e9666c001d30f86b (diff) | |
download | buildroot-novena-9c16d8d6570eae7358bec9638aa652dea71321cb.tar.gz buildroot-novena-9c16d8d6570eae7358bec9638aa652dea71321cb.zip |
missed a spot
-rw-r--r-- | package/smartmontools/smartmontools.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index 82a2a2be2..2b2c39072 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -11,6 +11,7 @@ SMARTMONTOOLS_CAT:=zcat SMARTMONTOOLS_BINARY:=smartctl SMARTMONTOOLS_BINARY2:=smartd SMARTMONTOOLS_TARGET_BINARY:=usr/sbin/smartctl +SMARTMONTOOLS_TARGET_BINARY2:=usr/sbin/smartd $(DL_DIR)/$(SMARTMONTOOLS_SOURCE): $(WGET) -P $(DL_DIR) $(SMARTMONTOOLS_SITE)/$(SMARTMONTOOLS_SOURCE) |