git://git.onelab.eu
/
rvm-ruby.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32971d0
)
rough cleanup of the /etc/ area - should be kept pl-specific
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Fri, 7 Jun 2013 08:30:13 +0000
(10:30 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Fri, 7 Jun 2013 08:30:13 +0000
(10:30 +0200)
rpm/rvm-ruby.spec
patch
|
blob
|
history
diff --git
a/rpm/rvm-ruby.spec
b/rpm/rvm-ruby.spec
index
b1e581d
..
63189a7
100644
(file)
--- a/
rpm/rvm-ruby.spec
+++ b/
rpm/rvm-ruby.spec
@@
-161,6
+161,9
@@
rm $br/usr/share/man/man1/rvm.1.gz
%clean
rm -rf %{buildroot}
+# it appears that, because we build as root, rvm installs stuff in /etc on the build box
+# which is not desirable, so let us get rid of that - don't worry if that fails
+find /etc -name 'rvm*' | xargs rm || :
%pre
getent group %{rvm_group} >/dev/null || groupadd -r %{rvm_group}