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