svn commit: trunk/buildroot/package/smartmontools

aldot at uclibc.org aldot at uclibc.org
Tue Jan 24 22:31:48 UTC 2006


Author: aldot
Date: 2006-01-24 14:31:46 -0800 (Tue, 24 Jan 2006)
New Revision: 13581

Log:
Brent Cook writes: in packages/smartmontools/smartmontools.mk
s/BR2_PACKAGE_TAR/BR2_PACKAGE_SMARTMONTOOLS/

Thanks!


Modified:
   trunk/buildroot/package/smartmontools/smartmontools.mk


Changeset:
Modified: trunk/buildroot/package/smartmontools/smartmontools.mk
===================================================================
--- trunk/buildroot/package/smartmontools/smartmontools.mk	2006-01-24 21:44:00 UTC (rev 13580)
+++ trunk/buildroot/package/smartmontools/smartmontools.mk	2006-01-24 22:31:46 UTC (rev 13581)
@@ -72,6 +72,6 @@
 # Toplevel Makefile options
 #
 #############################################################
-ifeq ($(strip $(BR2_PACKAGE_TAR)),y)
+ifeq ($(strip $(BR2_PACKAGE_SMARTMONTOOLS)),y)
 TARGETS+=smartmontools
 endif




More information about the uClibc-cvs mailing list