Fixed package traking file creation to match current scripts names.
This commit is contained in:
parent
249874a3d1
commit
cb18ec72f9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue