X-Git-Url: https://git.ozlabs.org/?p=bitfield;a=blobdiff_plain;f=debian%2Frules;h=34050674597ac19964e77d997d0e61284a9cd16c;hp=d81c5cefd6c63012d24796caadf7b6fe8be77b9b;hb=f67af38751822cf0abd0c9c5ac2956d2869f9530;hpb=a42f37e0ac7860e0ddefee5c428d3aea89ff086c diff --git a/debian/rules b/debian/rules index d81c5ce..3405067 100644 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk -#DEB_MAKE_CLEAN_TARGET = clean -#DEB_MAKE_BUILD_TARGET = all -DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/ -# no check for this software +DEB_MAKE_INSTALL_TARGET = install prefix=/usr sysconfdir=/etc \ + DESTDIR=$(CURDIR)/debian/tmp/ DEB_MAKE_CHECK_TARGET = -# example when changing environment variables is necessary -#DEB_MAKE_ENVVARS = CFLAGS="-pwet"