From: Damjan Marion Date: Wed, 23 Jan 2019 14:58:53 +0000 (+0100) Subject: cmake: fix debian preinst script X-Git-Tag: v19.04-rc1~608 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=72de626da7578a3c19e22b44e5d7f266b5798526;p=vpp.git cmake: fix debian preinst script Change-Id: I312beccb1bb6c02d6356bc9b8247178f11b8feb0 Signed-off-by: Damjan Marion --- diff --git a/src/pkg/CMakeLists.txt b/src/pkg/CMakeLists.txt index 6137a9fbd33..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