]> git.proxmox.com Git - vzctl.git/blobdiff - debian/rules
update to vzctl 4.0
[vzctl.git] / debian / rules
index f988e255adf4c49fea2eeaba7931ffbba1ee3137..1a4bc81e69b1eebc1773f796654e0f2ace8fd14a 100644 (file)
@@ -27,10 +27,13 @@ config.status:  configure
        dh_testdir
        sed -i "s/'$(VZCTL_VERSION)'/'$(VZCTL_DEBVERSION)'/g" configure
        ./configure \
+           --without-ploop \
            --host=$(DEB_HOST_GNU_TYPE) \
            --build=$(DEB_BUILD_GNU_TYPE) \
            --prefix=/usr               \
            --sysconfdir=/etc           \
+           --libdir=/usr/lib           \
+           --libexecdir=/usr/lib       \
            --localstatedir=/var        \
            --enable-bashcomp           \
            --enable-logrotate          \