From 57bf4ae2022fbc4dd15a781de83cf969866f66e3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Feb 2014 12:13:42 +0100 Subject: [PATCH] python3: fix typo in previous. --- srcpkgs/python3/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 7b4fd9ca02c..091a8f6d8b7 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -21,7 +21,7 @@ pre_configure() { } if [ "$CROSS_BUILD" ]; then - msg_re "${pkgname}-${version} cannot be cross compiled right now.\n" + msg_red "${pkgname}-${version} cannot be cross compiled right now.\n" exit 0 fi