intégration de umail.py

utiliser pywrapper pour wofixsql.py
This commit is contained in:
2013-11-14 10:05:10 +04:00
parent f3afc12fe8
commit 83bf44daf8
3 changed files with 60 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ cd "$scriptdir/../.."
rm -rf pyulib/{build,devel,migrate,test}
# liens pour les scripts python
for i in plver plbck uencdetect urandomize; do
for i in plver plbck uencdetect urandomize umail wofixsql; do
ln -s lib/pywrapper "$i"
done