Skip to content
Snippets Groups Projects
Commit de8f9cdb authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

odstraneni z manifest filu .tmpl.update souboru a jejich uniq

parent e9f24a0b
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ cp "../src/${package_name}/sh/uninstall.sh" "$sh" 2> "$err" || err
echo "OK"
echo -n "Creating MANIFEST file ... "
cd "$package" && find . -mindepth 2 -type f | sed 's/.tmpl//' | sed 's/.\///' > "doc/MANIFEST" && cd $OLDPWD || err
cd "$package" && find . -mindepth 2 -type f | sed 's/.tmpl*//' | sed 's/.\///' | uniq > "doc/MANIFEST" && cd $OLDPWD || err
echo "OK"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment