Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
ruby19
gem_install_wrapper.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gem_install_wrapper.sh of Package ruby19
#! /bin/sh set -e /usr/bin/gem1.9 install --verbose --local --build-root=$RPM_BUILD_ROOT "$@" if test -d $RPM_BUILD_ROOT/usr/bin; then cd $RPM_BUILD_ROOT/usr/bin bins=`ls -1 *1.9 2> /dev/null` if test -n "$bins"; then for bin in $bins; do mv -v $bin $(echo "$bin" | sed -e 's,1.9$,,') done fi fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor