master
Joey Hess 2008-08-14 14:50:02 -04:00
parent 5d83e7359d
commit d875fbb52e
1 changed files with 5 additions and 0 deletions

View File

@ -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' :-) Please restore the old behaviour of using 'install' :-)
-- [[HenrikBrixAndersen]] -- [[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]]