diff options
author | Domen Vrankar <domen.vrankar@gmail.com> | 2016-05-10 16:31:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-05-13 14:46:04 (GMT) |
commit | 316dd6136721181c8b2e36b8d349d4fa15f7c4eb (patch) | |
tree | 65979df79b15ea0c1a3447c2b6cdaebf426ce746 /Source/CPack/cmCPackDebGenerator.h | |
parent | 271e03f089999d01860b6fcac35505f8a539884e (diff) | |
download | CMake-316dd6136721181c8b2e36b8d349d4fa15f7c4eb.zip CMake-316dd6136721181c8b2e36b8d349d4fa15f7c4eb.tar.gz CMake-316dd6136721181c8b2e36b8d349d4fa15f7c4eb.tar.bz2 |
CPack/Deb proper package file naming
Proper Debian packages file naming for single package
setup (breaks compatibility with previous versions)
Diffstat (limited to 'Source/CPack/cmCPackDebGenerator.h')
-rw-r--r-- | Source/CPack/cmCPackDebGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackDebGenerator.h b/Source/CPack/cmCPackDebGenerator.h index 3d945dd..439b7ea 100644 --- a/Source/CPack/cmCPackDebGenerator.h +++ b/Source/CPack/cmCPackDebGenerator.h @@ -60,7 +60,7 @@ protected: * Special case of component install where all * components will be put in a single installer. */ - int PackageComponentsAllInOne(); + int PackageComponentsAllInOne(const std::string& compInstDirName); virtual int PackageFiles(); virtual const char* GetOutputExtension() { return ".deb"; } virtual bool SupportsComponentInstallation() const; |