From 09795a01ef859f072920de9df974d1b03b9ab9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 28 Dec 2016 20:24:50 +0100 Subject: New upstream version 4.2.4a --- distribution/posix/package.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 distribution/posix/package.txt (limited to 'distribution/posix/package.txt') diff --git a/distribution/posix/package.txt b/distribution/posix/package.txt new file mode 100644 index 0000000..a4e925e --- /dev/null +++ b/distribution/posix/package.txt @@ -0,0 +1,8 @@ +IF(CPACK_GENERATOR STREQUAL "TGZ" OR CPACK_GENERATOR STREQUAL "TBZ2") + set(CPACK_PACKAGING_INSTALL_PREFIX "") +ELSEIF (CPACK_GENERATOR STREQUAL "RPM" ) + set(CPACK_PACKAGING_INSTALL_PREFIX ${CPACK_INSTALL_PREFIX}) +ELSEIF (CPACK_GENERATOR STREQUAL "STGZ") + set(CPACK_PACKAGING_INSTALL_PREFIX "") +ENDIF() + -- cgit v1.2.3