Refactor initscripts into distro-independent and distro-specific pieces.
[openvswitch] / debian / rules
index 6806980156eb53f28775524f47027bad91750815..76d11a0574d3b793645efd5b1cb634d40d133ab4 100755 (executable)
@@ -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