diff options
author | Damjan Marion <damarion@cisco.com> | 2019-01-23 15:58:53 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2019-01-23 15:58:53 +0100 |
commit | 72de626da7578a3c19e22b44e5d7f266b5798526 (patch) | |
tree | 833e4e4c06ea9310dc15bb6aa665ce2f64c704cf /src/pkg | |
parent | 194212c005a52db89fbee0190b526a5f023161d0 (diff) |
cmake: fix debian preinst script
Change-Id: I312beccb1bb6c02d6356bc9b8247178f11b8feb0
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/pkg')
-rw-r--r-- | src/pkg/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |