Get in there.

This commit is contained in:
freesource
2003-02-09 07:28:30 +00:00
parent 5571e308fc
commit c54f36d1b2
3 changed files with 20 additions and 5 deletions
+6 -2
View File
@@ -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'};