summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cmCPackDebGenerator.h
diff options
context:
space:
mode:
authorDomen Vrankar <domen.vrankar@gmail.com>2016-05-10 16:31:05 (GMT)
committerBrad King <brad.king@kitware.com>2016-05-13 14:46:04 (GMT)
commit316dd6136721181c8b2e36b8d349d4fa15f7c4eb (patch)
tree65979df79b15ea0c1a3447c2b6cdaebf426ce746 /Source/CPack/cmCPackDebGenerator.h
parent271e03f089999d01860b6fcac35505f8a539884e (diff)
downloadCMake-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.h2
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;