You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Fix RPM building
Changing the module file path cause RPMs to not install due to trying to create /var/lib and /var
This commit is contained in:
@ -119,6 +119,8 @@ SET(ignored
|
||||
"%ignore /usr/lib64/mysql"
|
||||
"%ignore /usr/lib64/mysql/plugin"
|
||||
"%ignore /etc/my.cnf.d"
|
||||
"%ignore /var/lib"
|
||||
"%ignore /var"
|
||||
)
|
||||
|
||||
#SET(CPACK_RPM_SPEC_MORE_DEFINE "
|
||||
|
Reference in New Issue
Block a user