Brent Cook writes: in packages/smartmontools/smartmontools.mk
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 24 Jan 2006 22:31:46 +0000 (22:31 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 24 Jan 2006 22:31:46 +0000 (22:31 -0000)
s/BR2_PACKAGE_TAR/BR2_PACKAGE_SMARTMONTOOLS/

Thanks!

package/smartmontools/smartmontools.mk

index 2b2c39072193ed5b1fe25c443a540219eebf17a8..a7c1ccb686801eecfc36a5fd3bf3cc1b83548abc 100644 (file)
@@ -72,6 +72,6 @@ smartmontools-dirclean:
 # Toplevel Makefile options
 #
 #############################################################
-ifeq ($(strip $(BR2_PACKAGE_TAR)),y)
+ifeq ($(strip $(BR2_PACKAGE_SMARTMONTOOLS)),y)
 TARGETS+=smartmontools
 endif