diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-14 14:50:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-14 14:50:02 -0400 |
commit | d875fbb52e85c6f72fa95ab9a38a6837fc094a86 (patch) | |
tree | 20ff948e4cd35b31962b4fff62afbf069be140a4 /doc/bugs | |
parent | 5d83e7359d8a450c7e08405640c10157ba481fcc (diff) |
response
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn b/doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn index 5f556783b..97ea61883 100644 --- a/doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn +++ b/doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn @@ -12,3 +12,8 @@ The change in question (from 2.56 to 2.60) can be seen here: Please restore the old behaviour of using 'install' :-) -- [[HenrikBrixAndersen]] + +> I use cp -a because I don't want non-executable files to be installed +> executable. (Causes breakage with setup file creation code) I really +> wish *BSD could get out of the 70's in this area.. +> --[[Joey]] |