From cb18ec72f950f417fc5de74ea0a6248a51686f04 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 12 Aug 2006 15:56:11 +0000 Subject: [PATCH] Fixed package traking file creation to match current scripts names. --- BLFS/gen-makefile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BLFS/gen-makefile.sh b/BLFS/gen-makefile.sh index 75589e4..037ab08 100755 --- a/BLFS/gen-makefile.sh +++ b/BLFS/gen-makefile.sh @@ -52,7 +52,7 @@ __wrt_touch() { # ( cat << EOF @touch \$@ && \\ - touch \$(TRACKING_DIR)/${pkg_name#*-} && \\ + touch \$(TRACKING_DIR)/${pkg_name#*-?-} && \\ sleep .25 && \\ echo -e "\n\n "\$(BOLD)Target \$(BLUE)\$@ \$(BOLD)OK && \\ echo --------------------------------------------------------------------------------\$(WHITE)