|
@ -52,7 +52,7 @@ binutils bzip2 file libbz2-1.0 libfreetype6 libglib1.2 libgtk-perl |
|
|
libgtk1.2 make xfonts-base xfree86-common xlibmesa3 xlibs |
|
|
libgtk1.2 make xfonts-base xfree86-common xlibmesa3 xlibs |
|
|
xserver-common xterm xutils zlib1g libgdbmg1 libxaw7 gbootroot |
|
|
xserver-common xterm xutils zlib1g libgdbmg1 libxaw7 gbootroot |
|
|
flwm libfltk1 xnest make-debian-x11 ash libterm-readline-gnu-perl |
|
|
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 |
|
|
# NEXT EDIT TEMPLATE |
|
|
|
|
|
|
|
|
################################################################# |
|
|
################################################################# |
|
@ -228,6 +228,10 @@ $Id |
|
|
/var/lib/locate |
|
|
/var/lib/locate |
|
|
/var/backups |
|
|
/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. |
|
|
# Stuff so ldconfig creates all the proper dependencies. |
|
|
/etc/ld.so.conf <= Replacements/etc/ld.so.conf |
|
|
/etc/ld.so.conf <= Replacements/etc/ld.so.conf |
|
|
|
|
|
|
|
@ -268,7 +272,7 @@ return $stuff; |
|
|
use strict; |
|
|
use strict; |
|
|
use File::Basename; |
|
|
use File::Basename; |
|
|
my $rm = "\$"; |
|
|
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'}); |
|
|
my $sbin = grep(/\/usr\/sbin/,$ENV{'PATH'}); |
|
|
if ($sbin == 0) { |
|
|
if ($sbin == 0) { |
|
|
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'}; |
|
|
$ENV{'PATH'} = "/usr/sbin:" . $ENV{'PATH'}; |
|
|