diff options
author | jbj <devnull@localhost> | 1999-07-27 22:05:43 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-07-27 22:05:43 +0000 |
commit | 3952d8e797bae56a0122ef96b2361686305c4852 (patch) | |
tree | 541af0f587ac2615ba0c2d13d05c3057a490c59b /macros.in | |
parent | 12dacc46fba0fb50e984e11f6d391c9b69f5cf8b (diff) | |
download | librpm-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.in | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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@ |