index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ruby-io-console/PKGBUILD | 8 |
diff --git a/community/ruby-io-console/PKGBUILD b/community/ruby-io-console/PKGBUILD deleted file mode 100644 index 71221b41..00000000 --- a/community/ruby-io-console/PKGBUILD +++ /dev/null @@ -1,8 +0,0 @@ -# move native code to proper place (where ruby expects it) -eval "$( - declare -f package | \ - sed ' - /local _gemdir.*/ a local _install_platform="$(ruby --disable-all -e '"'"'puts RUBY_PLATFORM'"'"')" - s|${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_platform}|${pkgdir}/usr/lib/ruby/${_extension_api_version}/${_install_platform}|g - ' -)" |