build-style/gem.sh: ignore ~> operator
This commit is contained in:
parent
6ce9a1636a
commit
c646f89f87
@ -61,4 +61,8 @@ do_install() {
|
||||
fi
|
||||
|
||||
rm -rf ${_INSTDIR}/etc
|
||||
|
||||
# Ignore the ~> operator, replace it with >=
|
||||
sed 's|~>|>=|g' \
|
||||
-i ${DESTDIR}/${_GEMDIR}/specifications/${pkgname#ruby-}-${version}.gemspec
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user