Patch for FreeBSD
This commit is contained in:
parent
672740685c
commit
b951c4dc04
3 changed files with 35 additions and 12 deletions
18
Makefile
18
Makefile
|
|
@ -1,12 +1,12 @@
|
|||
COPY=cp -v
|
||||
DEST=/usr/local/share/perl/`ls -1 /usr/lib/perl/ | tail -1`/
|
||||
GIT=/usr/bin/git
|
||||
GITOLITE_DEST=/usr/share/gitolite/hooks/common
|
||||
MAKEDIR=mkdir
|
||||
PROVER=prove -f
|
||||
RM=rm
|
||||
TESTDIR=t
|
||||
SHELL=/bin/sh
|
||||
COPY?=cp -v
|
||||
DEST?=/usr/local/share/perl/`ls -1 /usr/lib/perl/ | tail -1`/
|
||||
GIT?=/usr/bin/git
|
||||
GITOLITE_DEST?=/usr/share/gitolite/hooks/common
|
||||
MAKEDIR?=mkdir
|
||||
PROVER?=prove -f
|
||||
RM?=rm
|
||||
TESTDIR?=t
|
||||
SHELL?=/bin/sh
|
||||
|
||||
launch:
|
||||
$(SHELL) ./process/launch.sh
|
||||
|
|
|
|||
Reference in a new issue