X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fpkg%2FCMakeLists.txt;h=357d966ddee7f963b557eec9d3971f246a502eeb;hb=refs%2Fchanges%2F84%2F25384%2F3;hp=a725e66840594ad56f56556b364969089a1686e8;hpb=4d2f86a1ebcfc952080386603354c4767d2c8825;p=vpp.git diff --git a/src/pkg/CMakeLists.txt b/src/pkg/CMakeLists.txt index a725e668405..357d966ddee 100644 --- a/src/pkg/CMakeLists.txt +++ b/src/pkg/CMakeLists.txt @@ -27,7 +27,7 @@ foreach(f rules changelog) ) endforeach() -foreach(f control copyright vpp.postinst vpp.postrm vpp.postinst vpp.service) +foreach(f control copyright vpp.preinst vpp.postrm vpp.postinst vpp.service) file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/debian/${f} DESTINATION ${CMAKE_BINARY_DIR}/debian @@ -40,4 +40,5 @@ add_custom_target(package-deb COMMENT "Building .deb packages..." WORKING_DIRECTORY ${CMAKE_BINARY_DIR} COMMAND "dpkg-buildpackage" "-us" "-uc" "-b" + USES_TERMINAL )