diff --git a/Makefile b/Makefile index 2f7251f..d282c78 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ BUILD_ARCH = noarch RPM_RPMDIR = $(shell rpm --eval '%{_rpmdir}') RPM_SBINDIR = $(shell rpm --eval '%{_sbindir}') RPM_SOURCEDIR = $(shell rpm --eval '%{_sourcedir}') -RPM_SHAREDSTATEDIR = $(shell rpm --eval '%{_sharedstatefdir}') +RPM_SHAREDSTATEDIR = $(shell rpm --eval '%{_sharedstatedir}') RPM_SYSCONFDIR = $(shell rpm --eval '%{_sysconfdir}') RPM_UNITDIR = $(shell rpm --eval '%{_unitdir}')