index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ruby-hpricot/PKGBUILD | 8 |
diff --git a/community/ruby-hpricot/PKGBUILD b/community/ruby-hpricot/PKGBUILD new file mode 100644 index 00000000..c10848ad --- /dev/null +++ b/community/ruby-hpricot/PKGBUILD @@ -0,0 +1,8 @@ +# Do no delete platform shared libraries +# nuspell "cannot load such file -- hpricot_scan" +eval "$( + declare -f package | \ + sed ' + /find.*\*\.so.*-delete.*/d + ' +)" |