Fix a stupid typo
authorEric Andersen <andersen@codepoet.org>
Wed, 5 Feb 2003 22:41:35 +0000 (22:41 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 5 Feb 2003 22:41:35 +0000 (22:41 -0000)
make/hostap.mk

index ae19e43a46a24444b009f339f012e686336b7142..8edd3444b87703851a9b1b433ccc0fe270a20825 100644 (file)
@@ -19,7 +19,7 @@ $(HOSTAP_BUILD_DIR)/.unpacked: $(DL_DIR)/$(HOSTAP_SOURCE)
        touch $(HOSTAP_BUILD_DIR)/.unpacked
 
 $(HOSTAP_BUILD_DIR)/.configured: $(HOSTAP_BUILD_DIR)/.unpacked
-       perl -pi -e "s,/*.#define PRISM2_DOWNLOAD_SUPPORT.*/,#define PRISM2_DOWNLOAD_SUPPORT,g" \
+       perl -pi -e "s,/.*#define PRISM2_DOWNLOAD_SUPPORT.*/,#define PRISM2_DOWNLOAD_SUPPORT,g" \
                $(HOSTAP_BUILD_DIR)/driver/modules/hostap_config.h
        touch  $(HOSTAP_BUILD_DIR)/.configured