[Pkg-mozext-commits] [firetray] 12/33: Fix uname call in lib/ Makefile.

David Prévot taffit at moszumanska.debian.org
Fri Oct 23 21:35:11 UTC 2015


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

taffit pushed a commit to branch master
in repository firetray.

commit 8bab8905b01914bf7fb4188b973ab5d72260b7e4
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Tue Jul 28 12:52:25 2015 +0200

    Fix uname call in lib/ Makefile.
---
 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 864147f..2427708 100644
--- a/src/lib/linux/Makefile
+++ b/src/lib/linux/Makefile
@@ -1,5 +1,5 @@
 deps = gdk-2.0 gdk-pixbuf-2.0 atk
-platform = $(shell uname -p)
+platform = $(shell uname -m)
 
 CC = gcc
 GCCVERSION = $(shell gcc -dumpversion | cut -f1 -d.)

-- 
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