[Pkg-mozext-commits] [firetray] 286/399: Makefile for firetray.so more portable (thx simonbcn)

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:24:00 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 2d734f24226347bb141b76b4186142756a4c1afe
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Sun Sep 2 17:31:09 2012 +0200

    Makefile for firetray.so more portable (thx simonbcn)
---
 src/lib/linux/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/linux/Makefile b/src/lib/linux/Makefile
index 869380d..84fe586 100644
--- a/src/lib/linux/Makefile
+++ b/src/lib/linux/Makefile
@@ -14,7 +14,7 @@ libs = firetray_$(platform)-gcc$(GCCVERSION).so
 all: $(libs)
 	@echo
 	@echo add this line to chrome.manifest:
-	@echo -e "resource\tfiretray-lib\t\t\tlib/linux/$(libs)"
+	@echo "resource	firetray-lib			lib/linux/$(libs)"
 	@echo
 	@echo and use
 	@echo 'Cu.import("resource://firetray/ctypes/libfiretray.jsm");'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list