chiark / gitweb /
changes from samual to make it all work
[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 pkgname =       autopkgtest
7 docdir =        $(share)/doc/$(pkgname)
8 sharedir =      $(share)/$(pkgname)
9 sharedir_lnfrom = $(share)/$(pkgname)
10 etcdir =        /etc
11 etcconfdir =    $(etcdir)/autopkgtest
12 etcinitddir =   $(etcdir)/init.d
13 xenscripts =    $(etcdir)/xen/scripts
14 cfg_suffix =    .dist
15
16 INSTALL =               install
17 INSTALL_DIRS =          $(INSTALL) -d
18 INSTALL_PROGRAM =       $(INSTALL) -m 0755
19 INSTALL_DATA =          $(INSTALL)
20 INSTALL_DOC =           $(INSTALL)