@jonnor It should especially not conflict with ruby-pry. What errors do you get when installing both packages, ruby-pry-0.9 and ruby-pry?
Search Criteria
Package Details: ruby-pry-0.9 0.9.12.6-2
Package Actions
| Package Base: | ruby-pry-0.9 |
|---|---|
| Description: | An IRB alternative and runtime developer console |
| Upstream URL: | http://pry.github.com |
| Category: | devel |
| Licenses: | |
| Submitter: | joschi |
| Maintainer: | None |
| Last Packager: | joschi |
| Votes: | 1 |
| First Submitted: | 2014-06-13 18:36 |
| Last Updated: | 2014-08-02 12:11 |
Dependencies (4)
- ruby
- ruby-coderay>=1.0
- ruby-method_source>=0.8
- ruby-slop>=3.4
Required by (1)
Sources
Latest Comments
Comment by joschi
Comment by jonnor
Missing conflicts with ruby-pry
Comment by joschi
@carstene1ns Thanks! I've changed the PKGBUILD accordingly.
Comment by carstene1ns
You should not use that $_bindir variable, as it will be populated with a path to the $HOME directory when someone is using the GEM_HOME environment variable.
You are installing bins with '-n' to $pkgdir anyways, so it would be better to use $pkgdir/usr/bin for that 'mv' command instead. Thanks!