aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2006-01-31 14:24:29 +0000
committerNathan Scott <nathans@sgi.com>2006-01-31 14:24:29 +0000
commitafde60bbad0515dc20ab3c05b946bb0fc19f911b (patch)
tree0aabe02c8f236d56967b8f981542a18c749f2de2
parent27866023e1df2bf99ee93a6353bc1dcd20e54811 (diff)
downloaddmapi-dev-afde60bbad0515dc20ab3c05b946bb0fc19f911b.tar.gz
Minor updates - spec file usr/grp fixups on install, double-free cleanup in libattr for non-alloca platforms.
Merge of master-melb:xfs-cmds:25070a by kenmcd.
-rw-r--r--build/rpm/dmapi.spec.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/rpm/dmapi.spec.in b/build/rpm/dmapi.spec.in
index 6bc41db..0fc3b32 100644
--- a/build/rpm/dmapi.spec.in
+++ b/build/rpm/dmapi.spec.in
@@ -38,6 +38,9 @@ if [ -f .census ] ; then
fi
else
%setup
+INSTALL_USER=root
+INSTALL_GROUP=root
+export INSTALL_USER INSTALL_GROUP
@make@ configure
fi