Commit 1d9fa94
committed
MDBF-1086 - gal-amd64-rhel-7 missing cpack -> cpack3 symlink
Create cpack -> cpack3 symlink
```
[root@5f79c6a59763 buildbot]# source /etc/os-release
[root@5f79c6a59763 buildbot]# echo $VERSION
7.9 (Maipo)
[root@5f79c6a59763 buildbot]# cpack
bash: cpack: command not found
[root@5f79c6a59763 buildbot]# cpack3 --version
cpack3 version 3.17.5
CMake suite maintained and supported by Kitware (kitware.com/cmake).
[root@5f79c6a59763 buildbot]# ln -sf /usr/bin/cpack3 /usr/bin/cpack
[root@5f79c6a59763 buildbot]# cpack --version
cpack3 version 3.17.5
CMake suite maintained and supported by Kitware (kitware.com/cmake).
```1 parent 0a02a45 commit 1d9fa94
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments