← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 386: fix a problem about creating already existing folder in firefox toolbar xpi packaging

 

------------------------------------------------------------
revno: 386
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Tue 2012-10-09 00:32:01 +0100
message:
  fix a problem about creating already existing folder in firefox toolbar xpi packaging
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-07 01:36:45 +0000
+++ Makefile	2012-10-08 23:32:01 +0000
@@ -362,7 +362,7 @@
 dist_xpi:
 	cd ./interfaces/toolbars/firefox/chrome ; zip -r alfanoustoolbar.jar content/* skin/*
 	cd ./interfaces/toolbars/firefox ; zip alfanous_toolbar_$(VERSION).xpi install.rdf chrome.manifest defaults/* chrome/alfanoustoolbar.jar
-	mkdir output/$(VERSION) ; mv ./interfaces/toolbars/firefox/alfanous_toolbar_$(VERSION).xpi ./output/$(VERSION)
+	mkdir -p output/$(VERSION) ; mv ./interfaces/toolbars/firefox/alfanous_toolbar_$(VERSION).xpi ./output/$(VERSION)
 
 
 ## install all (deprecated), use it only to make tests: