diff options
author | Anton Adamansky <adamansky@gmail.com> | 2015-04-19 00:26:33 +0600 |
---|---|---|
committer | Anton Adamansky <adamansky@gmail.com> | 2015-04-19 00:26:33 +0600 |
commit | 8fbadcfd83a457fdf18226c2e59b38736d7a7cce (patch) | |
tree | b625f9af164d8904a557328e9c5db497c4acf775 /installer | |
parent | 90989ac47b98f0f9b1caecf30833fe116c911561 (diff) | |
download | ejdb-8fbadcfd83a457fdf18226c2e59b38736d7a7cce.tar.gz ejdb-8fbadcfd83a457fdf18226c2e59b38736d7a7cce.tar.bz2 ejdb-8fbadcfd83a457fdf18226c2e59b38736d7a7cce.zip |
minors
Diffstat (limited to 'installer')
-rw-r--r-- | installer/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/installer/CMakeLists.txt b/installer/CMakeLists.txt index 3f26ab3..f9cb895 100644 --- a/installer/CMakeLists.txt +++ b/installer/CMakeLists.txt @@ -33,7 +33,9 @@ if (PACKAGE_DEB) set(CPACK_DEBIAN_PACKAGE_PRIORITY optional) set(CPACK_DEBIAN_PACKAGE_DEPENDS zlib1g) set(CPACK_DEBIAN_PACKAGE_BUILD_DEPENDS pkg-config git devscripts dh-make zlib1g-dev) - set(PPA_DEBIAN_VERSION ppa3) + if (NOT PPA_DEBIAN_VERSION) + set(PPA_DEBIAN_VERSION ppa1) + endif() if (PROJECT_PPA) set(DPUT_HOST ${PROJECT_PPA}) endif() |