]> Sergey Matveev's repositories - public-inbox.git/commit
build: allow "check" to work in non-git subdirs of worktrees
authorEric Wong <e@80x24.org>
Thu, 2 Jan 2020 23:29:28 +0000 (23:29 +0000)
committerEric Wong <e@80x24.org>
Fri, 3 Jan 2020 02:29:10 +0000 (02:29 +0000)
commit7a6e1292928865be110e66020932eba4522b2bf6
treea4b5198d3254f21dde08ccf1863e0f8060c4dea2
parent2f3a39b6a37a91a73368ac6af513b3b7a851c8ff
build: allow "check" to work in non-git subdirs of worktrees

Some people will place the contents of an unpacked tarball
inside another directory controlled by git (e.g. a ports tree
or even git-versioned home directory).  "git ls-files" will
succeed in those cases, so we must check for the existence
of a ".git" dir, instead.
Makefile.PL