]> arthur.barton.de Git - bup.git/commit
Don't forget to install _helpers.dll on cygwin.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 4 Sep 2010 23:33:25 +0000 (16:33 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 4 Sep 2010 23:34:50 +0000 (16:34 -0700)
commitc2bc8a22b16921dbf382a3756d704ccab763e96d
tree057540abd51f3bbbe33dfae20713f4f5fa48a117
parentd6b576b029da7519b8f4c9e9b024576d4e74e66d
Don't forget to install _helpers.dll on cygwin.

We were installing *.so, but not *$(SOEXT) like we should have.  Now we do,
which should fix some cygwin install problems reported by David Roda.

Also, when installing *.so and *.dll files, make them 0755 instead of 0644,
also to prevent permissions problems on cygwin, also reported by David Roda.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Makefile