cmake: fix debian preinst script 18/17018/1
authorDamjan Marion <damarion@cisco.com>
Wed, 23 Jan 2019 14:58:53 +0000 (15:58 +0100)
committerDamjan Marion <damarion@cisco.com>
Wed, 23 Jan 2019 14:58:53 +0000 (15:58 +0100)
Change-Id: I312beccb1bb6c02d6356bc9b8247178f11b8feb0
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/pkg/CMakeLists.txt

index 6137a9f..357d966 100644 (file)
@@ -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