X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Frules;h=357285f7d1951ed5b9702ed02f0f3b827cf1075c;hb=520e9a2acdcf6136bf0a20586df6351ecf72dd3e;hp=6806980156eb53f28775524f47027bad91750815;hpb=d3643fc5989f88b1eda701d8aefca0ed3ff9dcdc;p=openvswitch diff --git a/debian/rules b/debian/rules index 68069801..357285f7 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ configure-stamp: cd _debian && ( \ test -e Makefile || \ ../configure --prefix=/usr --localstatedir=/var --enable-ssl \ - --with-build-number=$(BUILD_NUMBER) \ + --sysconfdir=/etc --with-build-number=$(BUILD_NUMBER) \ CFLAGS="$(CFLAGS)" $(DATAPATH_CONFIGURE_OPTS)) touch configure-stamp @@ -107,7 +107,7 @@ binary-common: dh_link dh_strip --dbg-package=openvswitch-dbg dh_compress - dh_fixperms -X var/log/core + dh_fixperms dh_pysupport dh_perl dh_makeshlibs