]> arthur.barton.de Git - bup.git/commit
Add a 'make install' target.
authorAvery Pennarun <apenwarr@gmail.com>
Thu, 1 Apr 2010 23:34:03 +0000 (19:34 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Thu, 1 Apr 2010 23:34:03 +0000 (19:34 -0400)
commit6684f694a9ff6e2d720b3eb5042c6aad5f686d9d
treeab8e996fb3cc8c9f4ccc805716545f6f1c95666f
parent2ba1c50ee661e4e76b3bca22714f860aecdfba1e
Add a 'make install' target.

Also change main.py to search around in appropriate places for the installed
library files.  By default, if your bup is in /usr/bin/bup, it'll look in
/usr/lib/bup.  (It drops two words off the end of the filename and adds
/lib/bup to the end.)

This also makes the Debian packager at
http://git.debian.org/collab-maint/bup
actually produce a usable package.
Makefile
main.py