X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=Makefile;h=7e9ba6598ce586ced6c429dcbe63e30cc8b0c7d1;hb=e921ecc6941fc962bdc257fc8e98e2edb56fc9f3;hp=74caedfec89165288246c0286c7cbac77f0c20e2;hpb=3fd3c6168c5a3dcae2bd4a1dab3f9a56dfcce807;p=cassiopeia.git diff --git a/Makefile b/Makefile index 74caedf..7e9ba65 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ CXX_DEP=g++ LD=libtool --mode=link g++ ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS))) -CFLAGS+=-DNO_DAEMON -g +CFLAGS+=-DNO_DAEMON -g -Og endif ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 @@ -93,7 +93,7 @@ endif install: build ${INSTALL_PROGRAM} bin/cassiopeia ${DESTDIR}/usr/bin/cassiopeia ${INSTALL_PROGRAM} bin/cassiopeia-signer ${DESTDIR}/usr/bin/cassiopeia-signer - ${INSTALL_DIR} ${DESTDIR}/etc/cacert/cassiopeia + ${INSTALL_DIR} ${DESTDIR}/etc/wpia/cassiopeia .PHONY: libs libs: ${LIBS}