Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #17 from stmuk/master
fix ufo to work with new compiled suffixes
  • Loading branch information
Carl Mäsak committed Aug 19, 2014
2 parents 5ab0f4b + 83674a0 commit 8e72aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ufo
Expand Up @@ -101,7 +101,7 @@ class Module {
has $.extension = $format<extension>;
method name { path-to-module-name($.lib-pm) }
method lib-dir { $.lib-pm.subst(rx{<-[/]>+$}, '') }
method blib-compiled { $.blib-pm.subst(rx/\.pm6?$/, $.extension) }
method blib-compiled { $.blib-pm ~ $.extension }
method blib-pm { q[$(BLIB)/] ~ $.lib-pm }
method blib-dir { $.blib-pm.subst(rx{<-[/]>+$}, '') }
method buildrule {
Expand Down

0 comments on commit 8e72aa3

Please sign in to comment.