[packages/rpm-pld-macros/rpm.org] - fix typo and add dir macros not covered by rpm 4.x
    baggins 
    baggins at pld-linux.org
       
    Wed Oct 14 10:27:13 CEST 2020
    
    
  
commit 32c4a5510b442267ef7cf1e3aacc641c88e987be
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Oct 14 10:26:38 2020 +0200
    - fix typo and add dir macros not covered by rpm 4.x
 macros.pld | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/macros.pld b/macros.pld
index fea1c61..d633866 100644
--- a/macros.pld
+++ b/macros.pld
@@ -21,7 +21,9 @@
 #
 %_sharedstatedir	/var/lib
 %_localstatedir		/var
-%_initrddir		%{_sysconfdir}/rc.d/init.d
+%_localedir			%{_datadir}/locale
+%_lispdir			%{_datadir}/emacs/site-lisp
+%_initddir			%{_sysconfdir}/rc.d/init.d
 
 %_defaultdocdir		%{_usr}/share/doc
 
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/32c4a5510b442267ef7cf1e3aacc641c88e987be
    
    
More information about the pld-cvs-commit
mailing list