Fixed package traking file creation to match current scripts names.

This commit is contained in:
Manuel Canales Esparcia 2006-08-12 15:56:11 +00:00
parent 249874a3d1
commit cb18ec72f9

View file

@ -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)