diff options
author | Nathan Scott <nathans@sgi.com> | 2006-01-31 14:24:29 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-01-31 14:24:29 +0000 |
commit | 774e2600c8b332679ee2fa254eb02ad6831cf736 (patch) | |
tree | 6384e3e514bb6e7c4a5c6680adb4dd4ef1fbb057 /build | |
parent | 3a0a2512064a4fa176c002c45e9d9e7e56acccc9 (diff) | |
download | attr-774e2600c8b332679ee2fa254eb02ad6831cf736.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.
Diffstat (limited to 'build')
-rw-r--r-- | build/rpm/attr.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/rpm/attr.spec.in b/build/rpm/attr.spec.in index bd39896..493b881 100644 --- a/build/rpm/attr.spec.in +++ b/build/rpm/attr.spec.in @@ -55,6 +55,9 @@ if [ -f .census ] ; then fi else %setup +INSTALL_USER=root +INSTALL_GROUP=root +export INSTALL_USER INSTALL_GROUP @make@ configure fi |