Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #19 from raydiak/master
Leave .pm(6) in compiled module names, like panda
  • Loading branch information
moritz committed Oct 2, 2014
2 parents 8e72aa3 + 1b5efbe commit ac25072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ufo
Expand Up @@ -112,7 +112,7 @@ class Module {
return "$header\n\t$mkdir\n\t$copy\n\t$compile\n";
}

method install-compiled { '$(DESTDIR)$(PREFIX)/' ~ $.lib-pm.subst(rx/\.pm6?$/, $.extension) }
method install-compiled { '$(DESTDIR)$(PREFIX)/' ~ $.lib-pm ~ $.extension }
method install-pm { '$(DESTDIR)$(PREFIX)/' ~ $.lib-pm }
method install-rule {
my $rule =join '',
Expand Down

0 comments on commit ac25072

Please sign in to comment.