Restore "chmod -R ." as default.
CVS patchset: 2925 CVS date: 1999/03/30 19:34:01
This commit is contained in:
parent
ceb687851b
commit
48e8d3521c
|
@ -1,4 +1,4 @@
|
|||
# $Id: macros.in,v 1.19 1999/03/28 00:47:43 jbj Exp $
|
||||
# $Id: macros.in,v 1.20 1999/03/30 19:34:01 jbj Exp $
|
||||
#==============================================================================
|
||||
# Macro naming conventions (preliminary):
|
||||
#
|
||||
|
@ -56,8 +56,8 @@
|
|||
%_defaultdocdir %{_usr}/doc
|
||||
#
|
||||
# XXX fixowner, fixgroup, and fixperms are run at the end of hardcoded setup
|
||||
#%_fixowner chown -R root
|
||||
#%_fixgroup chgrp -R @ROOT_GROUP@
|
||||
%_fixowner [ `id -u` = '0' ] && chown -R root
|
||||
%_fixgroup [ `id -u` = '0' ] && chgrp -R @ROOT_GROUP@
|
||||
%_fixperms chmod -R @FIXPERMS@
|
||||
#
|
||||
%_gzipbin @GZIPBIN@
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 1999-03-27 18:14-0500\n"
|
||||
"POT-Creation-Date: 1999-03-30 12:56-0500\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -3049,12 +3049,12 @@ msgstr ""
|
|||
msgid "bad option '%s' at %s:%d"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/rpmrc.c:1122
|
||||
#: ../lib/rpmrc.c:1105
|
||||
#, c-format
|
||||
msgid "Unknown system: %s\n"
|
||||
msgstr ""
|
||||
|
||||
#: ../lib/rpmrc.c:1123
|
||||
#: ../lib/rpmrc.c:1106
|
||||
msgid "Please contact rpm-list@redhat.com\n"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue