diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-04 16:31:10 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-04 16:31:10 +0200 |
commit | 1da827724cfd6301c4e23ad1b7db52af3a359ff1 (patch) | |
tree | ee502e5ac03c823398c30b80d14f6f15c399b83d /platform.in | |
parent | 8dfd8f2a829f3b4e47f8850060ce431bd3e84c1d (diff) | |
download | librpm-tizen-1da827724cfd6301c4e23ad1b7db52af3a359ff1.tar.gz librpm-tizen-1da827724cfd6301c4e23ad1b7db52af3a359ff1.tar.bz2 librpm-tizen-1da827724cfd6301c4e23ad1b7db52af3a359ff1.zip |
Eliminate unused id -u tests
- this was used by _fixowner and _fixgroup macros back in the day but they
no longer exist as they're unusable without building as root
Diffstat (limited to 'platform.in')
-rw-r--r-- | platform.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform.in b/platform.in index 764703a0b..2c2539893 100644 --- a/platform.in +++ b/platform.in @@ -68,7 +68,6 @@ @redhat@#--------------------------------------------------------------------- @redhat@# Expanded at end of %prep @redhat@# -@redhat@%__id_u @__ID_U@ @redhat@%_fixperms %{__chmod} -Rf @FIXPERMS@ @redhat@#--------------------------------------------------------------------- @redhat@# Always use %defattr(-,root,root) in %files (added in rpm-4.0.4) |