You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +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"
|
||||||
"%ignore /usr/lib64/mysql/plugin"
|
"%ignore /usr/lib64/mysql/plugin"
|
||||||
"%ignore /etc/my.cnf.d"
|
"%ignore /etc/my.cnf.d"
|
||||||
|
"%ignore /var/lib"
|
||||||
|
"%ignore /var"
|
||||||
)
|
)
|
||||||
|
|
||||||
#SET(CPACK_RPM_SPEC_MORE_DEFINE "
|
#SET(CPACK_RPM_SPEC_MORE_DEFINE "
|
||||||
|
Reference in New Issue
Block a user