From ed690a4c2d04dea69cb8f1b2dde8abf03198cc37 Mon Sep 17 00:00:00 2001 From: Mercier Pierre-Olivier Date: Tue, 1 Oct 2013 05:30:41 +0200 Subject: [PATCH] Fix Make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8391b1e..4dc640e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ COPY?=cp -v -DEST?=/usr/local/share/perl/`ls -1 /usr/lib/perl/ | tail -1`/ +DEST?=/usr/local/share/perl/`ls -1 /usr/local/share/perl/ | grep "^5." | tail -1`/ GIT?=/usr/bin/git GITOLITE_DEST?=/usr/share/gitolite/hooks/common MAKEDIR?=mkdir