response
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Apr 2007 19:35:33 +0000 (19:35 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 29 Apr 2007 19:35:33 +0000 (19:35 +0000)
doc/bugs/Use_install__40__1__41___instead_of_cp__40__1__41___for_installing_files.mdwn

index 25d0ef3c1e7fce3594e120437cc7a4ea38c307ad..812b030f15f546a39f40acc233de4cbf23d9489a 100644 (file)
@@ -19,3 +19,5 @@ Here is a patch againt ikiwiki-1.51 for using find(1) and install(1) instead of
      
        install -d $(DESTDIR)$(PREFIX)/share/man/man1
        install -m 644 ikiwiki.man $(DESTDIR)$(PREFIX)/share/man/man1/ikiwiki.1
+
+> Couldn't it just use install -D ? --[[Joey]]