Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Leave .pm(6) in compiled module names, like panda
  • Loading branch information
raydiak committed Oct 1, 2014
1 parent 8e72aa3 commit 1b5efbe
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 1b5efbe

Please sign in to comment.