mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
ckeditor_rails: include all JS files
This commit is contained in:
parent
76b957adf9
commit
b4ca622770
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby20 ruby21"
|
||||
#RUBY_FAKEGEM_GEMSPEC="ckeditor-rails.gemspec"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="vendor"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
|
|
@ -15,3 +17,8 @@ LICENSE="BSD"
|
|||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
#all_ruby_prepare() {
|
||||
# sed -i -e "s|git ls-files --|find ./|g" ckeditor-rails.gemspec || die
|
||||
# sed -i -e "s|git ls-files|find ./|g" ckeditor-rails.gemspec || die
|
||||
#}
|
||||
|
|
|
|||
Loading…
Reference in a new issue