=== modified file 'Makefile' --- Makefile 2013-10-28 08:38:47 +0000 +++ Makefile 2013-10-30 21:05:47 +0000 @@ -304,8 +304,12 @@ install-server: doc install --directory $(CONFDIR) - install --directory --mode=u=rwx --owner=$(USER) \ - --group=$(GROUP) $(STATEDIR) + if install --directory --mode=u=rwx --owner=$(USER) \ + --group=$(GROUP) $(STATEDIR); then \ + :; \ + elif install --directory --mode=u=rwx $(STATEDIR); then \ + chown -- $(USER):$(GROUP) $(STATEDIR) || :; \ + fi install --mode=u=rwx,go=rx mandos $(PREFIX)/sbin/mandos install --mode=u=rwx,go=rx --target-directory=$(PREFIX)/sbin \ mandos-ctl === modified file 'TODO' --- TODO 2013-10-28 08:38:47 +0000 +++ TODO 2013-10-30 21:05:47 +0000 @@ -1,6 +1,7 @@ -*- org -*- * GIT +** General: [[https://www.atlassian.com/git/workflows][Git Workflows]], [[http://gitimmersion.com/][Git Immersion]] ** Intro: [[http://www.eyrie.org/~eagle/notes/debian/git.html][Using Git for Debian Packaging]] ** Use: [[https://honk.sigxcpu.org/piki/projects/git-buildpackage/][git-buildpackage]] ** Migration