mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-04 11:53:26 -05:00
$Id$ now put properly into the template.
This commit is contained in:
parent
319426440e
commit
682ca44096
@ -3,7 +3,6 @@
|
||||
# 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
|
||||
|
||||
@ -66,7 +65,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
|
||||
@ -254,7 +253,8 @@ return $stuff;
|
||||
|
||||
use strict;
|
||||
use File::Basename;
|
||||
my $Id;
|
||||
my $rm = "\$";
|
||||
$main::Id = "# \$Id: make_debian-X11,v 1.32 2001/11/07 18:35:06 freesource Exp $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