[mw-devel] [Git][arthur/mw][master] Fix 'make deb' by ditching a bashism

Andrew Price welshbyte at sucs.org
Wed Jul 26 23:25:21 BST 2017


Andrew Price pushed to branch master at Justin Mitchell / mw


Commits:
3ebdfd43 by Andrew Price at 2017-07-26T23:25:15+01:00
Fix 'make deb' by ditching a bashism

- - - - -


1 changed file:

- Makefile


Changes:

=====================================
Makefile
=====================================
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,8 @@ install tarball rpm: export
 
 deb: export
 	$(MAKE) -C $(TMPDIR)/$(MWVERSION) $@
-	mv $(TMPDIR)/mw3{,-dbg}_$(VERSION)*.deb $(CURDIR)/
+	mv $(TMPDIR)/mw3_$(VERSION)*.deb $(CURDIR)/
+	mv $(TMPDIR)/mw3-dbg_$(VERSION)*.deb $(CURDIR)/
 	rm -rf $(TMPDIR)/$(MWVERSION)
 else
 # A temp dir doesn't exist so create it and invoke this makefile again



View it on GitLab: https://projects.sucs.org/arthur/mw/commit/3ebdfd434622a1b5a236211c721193db8f4c3064

---
View it on GitLab: https://projects.sucs.org/arthur/mw/commit/3ebdfd434622a1b5a236211c721193db8f4c3064
You're receiving this email because of your account on projects.sucs.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20170726/544467da/attachment.html>


More information about the mw-devel mailing list