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