mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-09 13:21:40 -04:00
Get in there.
This commit is contained in:
@@ -52,7 +52,7 @@ binutils bzip2 file libbz2-1.0 libfreetype6 libglib1.2 libgtk-perl
|
||||
libgtk1.2 make xfonts-base xfree86-common xlibmesa3 xlibs
|
||||
xserver-common xterm xutils zlib1g libgdbmg1 libxaw7 gbootroot
|
||||
flwm libfltk1 xnest make-debian-x11 ash libterm-readline-gnu-perl
|
||||
libexpect-perl libio-stty-perl libio-pty-perl);
|
||||
libexpect-perl libio-stty-perl libio-pty-perl info);
|
||||
# NEXT EDIT TEMPLATE
|
||||
|
||||
#################################################################
|
||||
@@ -228,6 +228,10 @@ $Id
|
||||
/var/lib/locate
|
||||
/var/backups
|
||||
|
||||
# Stuff so install-info won't complain bitterly and cause package
|
||||
# installations to fail.
|
||||
/usr/info/dir
|
||||
|
||||
# Stuff so ldconfig creates all the proper dependencies.
|
||||
/etc/ld.so.conf <= Replacements/etc/ld.so.conf
|
||||
|
||||
@@ -268,7 +272,7 @@ return $stuff;
|
||||
use strict;
|
||||
use File::Basename;
|
||||
my $rm = "\$";
|
||||
$main::Id = "# \$Id: make_debian-X11,v 1.43 2001/12/22 19:44:04 freesource Exp $rm";
|
||||
$main::Id = "# \$Id: make_debian-X11,v 1.44 2002/12/28 04:37:58 freesource Exp $rm";
|
||||
my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'});
|
||||
if ($sbin == 0) {
|
||||
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'};
|
||||
|
||||
Reference in New Issue
Block a user