mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 00:53:23 -05:00
Added $Id
This commit is contained in:
parent
682ca44096
commit
036d5d111b
@ -64,6 +64,7 @@ libterm-readline-gnu-perl);
|
||||
sub stuff {
|
||||
|
||||
my $stuff = << "STUFF";
|
||||
$Id
|
||||
# Generated by make_debian.
|
||||
|
||||
# This template creates a complete Debian system which is more streamlined
|
||||
@ -232,6 +233,8 @@ return $stuff;
|
||||
|
||||
use strict;
|
||||
use File::Basename;
|
||||
my $rm = "\$";
|
||||
$main::Id = "# \$Id$rm";
|
||||
my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'});
|
||||
if ($sbin == 0) {
|
||||
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};
|
||||
|
Loading…
x
Reference in New Issue
Block a user