Skip to content
Snippets Groups Projects
Commit e35cf6e3 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

modules are now dumped again..

Rev: bin/install.pike:1.47
parent e544b9de
No related branches found
No related tags found
No related merge requests found
......@@ -224,10 +224,10 @@ int install_file(string from,
{
switch(ext)
{
case ".pike":
case "pike":
if(glob("*/master.pike",to)) break;
case ".pmod":
case "pmod":
to_dump+=({to});
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment