From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 47D931381F3 for ; Fri, 16 Aug 2013 10:58:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D919FE0E2B; Fri, 16 Aug 2013 10:58:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 757B5E0E2B for ; Fri, 16 Aug 2013 10:58:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F60233ECB6 for ; Fri, 16 Aug 2013 10:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 28CA1E468F for ; Fri, 16 Aug 2013 10:58:29 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1376650684.181c4d3cf957ef70e8a3936848f1e943270d6206.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: / X-VCS-Repository: proj/R_overlay X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 181c4d3cf957ef70e8a3936848f1e943270d6206 X-VCS-Branch: master Date: Fri, 16 Aug 2013 10:58:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 291a4b7c-7c16-4ef7-868c-85aef0bcae24 X-Archives-Hash: 7dd9b046c99e0f2465d439c6f37e6412 commit: 181c4d3cf957ef70e8a3936848f1e943270d6206 Author: André Erdmann mailerd de> AuthorDate: Fri Aug 16 10:58:04 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Aug 16 10:58:04 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=181c4d3c Makefile: fix typo (make->mako) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 743df6c..c77b5c8 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ install-config: install-config-common install-data: install -m 0755 -d \ $(DATADIR)/roverlay/shlib $(DATADIR)/roverlay/hooks \ - $(DATADIR)/roverlay/eclass $(DATADIR)/roverlay/make_templates + $(DATADIR)/roverlay/eclass $(DATADIR)/roverlay/mako_templates install -m 0644 -t $(DATADIR)/roverlay/hooks files/hooks/*.sh install -m 0644 -t $(DATADIR)/roverlay/shlib files/shlib/*.sh