added extlinux static binary

This commit is contained in:
Tomas M
2012-10-23 21:26:44 -05:00
parent 21e770210b
commit c80846ed11
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -376,7 +376,7 @@ copy_rootcopy_content()
if [ "$(ls -1 "$1/rootcopy/" 2>/dev/null)" != "" ]; then
echo_green_star
echo "Copying content of rootcopy directory..."
echo "Copying content of rootcopy directory ..."
cp -a "$1"/rootcopy/* "$2"
fi
}