Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correcting the installed redis symlinks in 7.2.4-rc1 (#282)
This is a PR directly to the 7.2 branch. The make variable `ENGINE_NAME` (from 3863227) was lost during branching of `7.2` and tag `7.2.4-rc1` resulting in the creation of faulty symlinks: ``` INSTALL SYMLINK valkey-serverredis -> valkey-server INSTALL SYMLINK valkey-cliredis -> valkey-cli INSTALL SYMLINK valkey-benchmarkredis -> valkey-benchmark INSTALL SYMLINK valkey-check-rdbredis -> valkey-check-rdb INSTALL SYMLINK valkey-check-aofredis -> valkey-check-aof INSTALL SYMLINK valkey-sentinelredis -> valkey-sentinel ``` By just adding the variable we get a minimal diff compared to unstable. Signed-off-by: Björn Svensson <[email protected]>
- Loading branch information