This website works better with JavaScript.
Home
Explore
Help
Sign In
OpenSDE
/
rocklinux
mirror of
https://github.com/amery/rocklinux.git
Watch
2
Star
0
Fork
0
Code
Releases
Wiki
Activity
mirror of the now-defunct rocklinux.org
6155
Commits
1
Branch
0
Tags
34 MiB
Diff
66.4%
Shell
24.9%
C
6.2%
Perl
0.9%
desktop
0.5%
Other
0.3%
Tree:
61c4333040
rocklinux
/
package
/
guru
/
rubygems
/
rubygems-common.conf
6 lines
98 B
Raw
Blame
History
rubygem_main() {
if gem install -l $archdir/$xsrctar 2>&1 | grep "ERROR" ; then
exit 1;
fi
}