diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-21 16:21:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-21 16:21:40 -0400 |
commit | dec9b4e2c9eab4fd5cbd661eb475d96e9e5ca8c0 (patch) | |
tree | 0be610842022f8de519c14a044ec5eca6e4a0283 /doc | |
parent | b12f29e4562e73e52c1a923c3c3b743b9bbc4ce2 (diff) | |
download | ikiwiki-dec9b4e2c9eab4fd5cbd661eb475d96e9e5ca8c0.tar ikiwiki-dec9b4e2c9eab4fd5cbd661eb475d96e9e5ca8c0.tar.gz |
Avoid using cp -a (again). (HenrikBrixAndersen)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Please_avoid_using___39__cp_-a__39___in_Makefile.PL.mdwn | 2 |
1 files changed, 2 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 08dff9536..07d5efead 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 @@ -73,3 +73,5 @@ Please restore the old behaviour of using 'install' :-) install -d $(DESTDIR)$(PREFIX)/share/man/man1 install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1 + +[[tag done]] |