deal with cabal unpack not preserving execute bit
This commit is contained in:
parent
8f3554a7a8
commit
f36a0c1b13
3 changed files with 22 additions and 1 deletions
|
@ -38,7 +38,9 @@ buildMans = do
|
|||
if (Just srcm > destm)
|
||||
then do
|
||||
r <- system $ unwords
|
||||
[ "./Build/mdwn2man"
|
||||
-- Run with per because in some
|
||||
-- cases it may not be executable.
|
||||
[ "perl", "./Build/mdwn2man"
|
||||
, progName src
|
||||
, "1"
|
||||
, src
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue