summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-07-27 22:05:43 +0000
committerjbj <devnull@localhost>1999-07-27 22:05:43 +0000
commit3952d8e797bae56a0122ef96b2361686305c4852 (patch)
tree541af0f587ac2615ba0c2d13d05c3057a490c59b /macros.in
parent12dacc46fba0fb50e984e11f6d391c9b69f5cf8b (diff)
downloadlibrpm-tizen-3952d8e797bae56a0122ef96b2361686305c4852.tar.gz
librpm-tizen-3952d8e797bae56a0122ef96b2361686305c4852.tar.bz2
librpm-tizen-3952d8e797bae56a0122ef96b2361686305c4852.zip
popt: heavy dose of const.
CVS patchset: 3206 CVS date: 1999/07/27 22:05:43
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/macros.in b/macros.in
index acae7fc44..7e3297e0e 100644
--- a/macros.in
+++ b/macros.in
@@ -1,4 +1,4 @@
-# $Id: macros.in,v 1.32 1999/07/23 19:19:15 jbj Exp $
+# $Id: macros.in,v 1.33 1999/07/27 22:05:43 jbj Exp $
#==============================================================================
# Macro naming conventions (preliminary):
#
@@ -70,8 +70,8 @@
#%__find_obsoletes ???
#
# XXX fixowner, fixgroup, and fixperms are run at the end of hardcoded setup
-%_fixowner [ `%{__id} -u` = '0' ] && %{__chown} -Rf root
-%_fixgroup [ `%{__id} -u` = '0' ] && %{__chgrp} -Rf @ROOT_GROUP@
+%_fixowner [ `%{__id} -u` = '0' ] && %{__chown} -Rhf root
+%_fixgroup [ `%{__id} -u` = '0' ] && %{__chgrp} -Rhf @ROOT_GROUP@
%_fixperms %{__chmod} -Rf @FIXPERMS@
#
%_gzipbin @GZIPBIN@