Skip to content
Extraits de code Groupes Projets
Valider f91b56bc rédigé par pat's avatar pat
Parcourir les fichiers

creating /usr/local/lib folder if doesn't exist

parent e318e14d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -50,7 +50,7 @@ class CustomBuild(build):
sys.stderr.write("Plateform '%s' not supported...\n" % sys.platform)
sys.exit(1)
command = "cd %s && cp %s /usr/local/lib" % (os.path.join(UNITEX_INC, "bin"), library)
command = "mkdir -p /usr/local/lib && cd %s && cp %s /usr/local/lib" % (os.path.join(UNITEX_INC, "bin"), library)
try:
process = subprocess.Popen(command, stderr=subprocess.PIPE, shell=True)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter