diff options
author | Modestas Vainius <modax@debian.org> | 2012-05-27 10:52:01 +0300 |
---|---|---|
committer | Modestas Vainius <modax@debian.org> | 2012-05-27 15:16:10 +0300 |
commit | 27a188c4101425a443596d4727750ad6fa70e71d (patch) | |
tree | 507e7777195b661442278fdab723477b02b22e72 /CMakeLists.txt | |
parent | ae1fbd5831d4f6e69a7daaefbae9550af0bac88c (diff) | |
download | pkg-kde-tools-27a188c4101425a443596d4727750ad6fa70e71d.tar.gz |
Install pkgkde-git as an alias for pkgkde-vcs.
Executing pkgkde-vcs as pkgkde-git will force VCS type to git.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 08d471e..c903938 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,6 +77,7 @@ install(PROGRAMS pkgkde-override-sc-dev-latest pkgkde-symbolshelper pkgkde-vcs + pkgkde-git DESTINATION ${BIN_INSTALL_DIR} COMPONENT Programs) install_pod_manpages(1 pkgkde-override-sc-dev-latest) |