default value for %_install_langs is all.
CVS patchset: 3517 CVS date: 2000/01/11 19:12:34
This commit is contained in:
parent
483793a877
commit
ea3ab95e17
1
CHANGES
1
CHANGES
|
@ -41,6 +41,7 @@
|
|||
- configurable PATH for install %pre/%post et al scriptlets.
|
||||
- use only %_install_langs, not LINGUAS/LANG when deciding to install.
|
||||
- configurable compression type/level for package payloads.
|
||||
- default value for %_install_langs is all.
|
||||
|
||||
3.0.2 -> 3.0.3
|
||||
- add --eval to find result of macro expansion.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: macros.in,v 1.42 2000/01/11 16:13:16 jbj Exp $
|
||||
# $Id: macros.in,v 1.43 2000/01/11 19:12:35 jbj Exp $
|
||||
#==============================================================================
|
||||
# Macro naming conventions (preliminary):
|
||||
#
|
||||
|
@ -151,7 +151,7 @@
|
|||
# A colon separated list of desired locales to be installed;
|
||||
# "all" means install all locale specific files.
|
||||
#
|
||||
#%_install_langs
|
||||
%_install_langs all
|
||||
|
||||
#
|
||||
# Deprecated.
|
||||
|
|
Loading…
Reference in New Issue