summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-06 12:57:48 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-06 12:58:49 +0200
commit458c913e4616d619469bd09e901832348557d5c4 (patch)
tree7ed128d69571a38f55b178679f1edf81169f6a8f /macros.in
parent05b2d979e8097d648f91c773f2535a1f6013cb79 (diff)
downloadlibrpm-tizen-458c913e4616d619469bd09e901832348557d5c4.tar.gz
librpm-tizen-458c913e4616d619469bd09e901832348557d5c4.tar.bz2
librpm-tizen-458c913e4616d619469bd09e901832348557d5c4.zip
Add %{__id_u} back, duh
- appears to be rather commonly used afterall - dont bother with the former id|sed foo though
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros.in b/macros.in
index 3649fe301..dd3348038 100644
--- a/macros.in
+++ b/macros.in
@@ -44,6 +44,7 @@
%__grep @__GREP@
%__gzip @__GZIP@
%__id @__ID@
+%__id_u %{__id} -u
%__install @__INSTALL@
%__ln_s @LN_S@
# Deprecated, use %__xz instead.