mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-04 11:53:26 -05:00
A different approach to $Id$
This commit is contained in:
parent
a21fa68f3e
commit
319426440e
@ -3,6 +3,7 @@
|
||||
# make_debian-X11 Copyright (C) 2001 from gBootRoot
|
||||
# Lead Developer and Project Coordinator
|
||||
# Jonathan Rosenbaum <freesource@users.sourceforge.net>
|
||||
my $Id = "# $Id$";
|
||||
#
|
||||
# http://gbootroot.sourceforge.net
|
||||
|
||||
@ -65,7 +66,7 @@ flwm libfltk1 xnest make-debian-x11 ash libterm-readline-gnu-perl);
|
||||
sub stuff {
|
||||
|
||||
my $stuff = << "STUFF";
|
||||
# $Id$
|
||||
$Id;
|
||||
# Generated by make_debian-X11.
|
||||
|
||||
# This template creates a complete Debian system which is more streamlined
|
||||
@ -253,6 +254,7 @@ return $stuff;
|
||||
|
||||
use strict;
|
||||
use File::Basename;
|
||||
my $Id;
|
||||
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