← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 389: fix Makefile to avoid create already existing folders

 

------------------------------------------------------------
revno: 389
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Wed 2012-10-10 16:34:53 +0100
message:
  fix Makefile to avoid create already existing folders
modified:
  Makefile


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'Makefile'
--- Makefile	2012-10-08 23:32:01 +0000
+++ Makefile	2012-10-10 15:34:53 +0000
@@ -270,7 +270,7 @@
 
 local_desktop_pot:
 	xgettext $(DESKTOP_INTERFACE_PATH)*.py  --default-domain=alfanousQT --language=Python --keyword=n_ 
-	mkdir localization/pot_files/alfanousQTv$(VERSION)
+	mkdir -p localization/pot_files/alfanousQTv$(VERSION)
 	mv alfanousQT.po localization/pot_files/alfanousQTv$(VERSION)/alfanousQTv$(VERSION).pot
 	
 local_mobile_pot: