mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Doing the chmod 444 thing with the template, since this writes over it, and
only puts things in $HOME. May change the behavior in the future, but was avoiding having too many example templates around.
This commit is contained in:
parent
2b04dc21f7
commit
ed3b5c78d2
@ -465,6 +465,7 @@ foreach (@alternatives) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
close(DEBIAN);
|
close(DEBIAN);
|
||||||
|
system "chmod 444 $template_dir/$debian_yard"; # A good idea
|
||||||
print STDERR "\nAll finished making your $debian_yard template.\n";
|
print STDERR "\nAll finished making your $debian_yard template.\n";
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
@ -786,8 +787,8 @@ sub start_up {
|
|||||||
home_builder("$home_yard_replacements/etc");
|
home_builder("$home_yard_replacements/etc");
|
||||||
}
|
}
|
||||||
|
|
||||||
print "Everything is in order, but it never hurts to rebuild swim " .
|
print STDERR "Everything is in order, but it never hurts to rebuild swim "
|
||||||
"with --rebuilddb\n";
|
. "with --rebuilddb if you haven't done it in awhile\n";
|
||||||
|
|
||||||
|
|
||||||
} # end start_up
|
} # end start_up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user