chiark / gitweb /
Much work on packaging of xen stuff; not yet attempted a build
[autopkgtest.git] / settings.make
1 prefix =        /usr/local
2 share =         $(prefix)/share
3 bindir =        $(prefix)/bin
4 mandir =        $(share)/man
5 man1dir =       $(mandir)/man1
6 docdir =        $(share)/doc/autopkgtest
7 sharedir =      $(share)/autopkgtest
8 etcdir =        /etc
9 etcinitddir =   $(etcdir)/init.d
10 xenscripts =    $(etcdir)/xen/scripts
11 cfg_suffix =    .dist
12
13 INSTALL =               install
14 INSTALL_DIRS =          $(INSTALL) -d
15 INSTALL_PROGRAM =       $(INSTALL) -m 0755
16 INSTALL_DOC =           $(INSTALL)