mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
k
This commit is contained in:
parent
67650322f8
commit
b4c152d3c6
8
README
8
README
@ -1,4 +1,4 @@
|
||||
$Id: README,v 1.22 2003/02/12 07:02:34 freesource Exp $
|
||||
$Id: README,v 1.23 2003/02/12 17:15:25 freesource Exp $
|
||||
Program: gBootRoot pronounced "bOOtrOOt"
|
||||
License: GNU General Public License
|
||||
|
||||
@ -88,8 +88,8 @@ http://freshmeat.net/projects/gtk-perl
|
||||
[ The next three are required for automated normal (non-root) user
|
||||
functionality . ]
|
||||
|
||||
Expect (tested with 1.11)
|
||||
------------------------
|
||||
Expect (tested with 1.11/1.15)
|
||||
------------------------------
|
||||
http://www.perl.com/CPAN/modules/by-module/Expect/
|
||||
http://sourceforge.net/projects/expectperl
|
||||
RPM version can be found at sf.net/gbootroot.
|
||||
@ -101,7 +101,7 @@ RPM versions can be found at sf.net/gbootroot.
|
||||
|
||||
IO::Tty
|
||||
-------
|
||||
http://www.perl.com/CPAN/modules/by-module/IO/IO-Tty-0.04.tar.gz
|
||||
http://www.perl.com/CPAN/modules/by-module/IO/IO-Tty-1.02.tar.gz
|
||||
http://sourceforge.net/projects/expectperl
|
||||
RPM versions can be found at sf.net/gbootroot.
|
||||
|
||||
|
@ -52,7 +52,7 @@ use File::Find;
|
||||
# or ignoring, though recognizing the -i switch .. so this has been altered.
|
||||
# It may have been because dpkg-buildpackage expects -iregexp not -i regexp.
|
||||
|
||||
my $user_home = "/home/mttrader";
|
||||
my $user_home = "/home/freesource";
|
||||
my $prog = "gbootroot";
|
||||
my $prog_real_name = "/BootRoot/BootRoot.pm";
|
||||
my $revision = 1;
|
||||
@ -444,7 +444,7 @@ if ( $ARGV[0] eq "both" || $ARGV[0] eq "rpm" ) {
|
||||
if ( /Changes\.gz/ ) {
|
||||
s/Changes\.gz/Changes/;
|
||||
}
|
||||
if ( /README\.gz/ ) {
|
||||
elsif ( /README\.gz/ ) {
|
||||
s/README\.gz/README/;
|
||||
}
|
||||
else {
|
||||
|
@ -11,9 +11,9 @@
|
||||
# Update this according to version, and if you want to copy in your own
|
||||
# sources define base_dir and put them in source_dir. You can build this
|
||||
# package as a normal user, just make sure to adjust _topdir so that
|
||||
# /home/mttrader is your own echo $HOME, for instance, /home/person.
|
||||
# /home/freesource is your own echo $HOME, for instance, /home/person.
|
||||
|
||||
%define home /home/mttrader
|
||||
%define home /home/freesource
|
||||
%define _topdir %{home}/gbootroot
|
||||
%define version 1.5.0
|
||||
%define release 1mdk
|
||||
|
@ -11,9 +11,9 @@
|
||||
# Update this according to version, and if you want to copy in your own
|
||||
# sources define base_dir and put them in source_dir. You can build this
|
||||
# package as a normal user, just make sure to adjust _topdir so that
|
||||
# /home/mttrader is your own echo $HOME, for instance, /home/person.
|
||||
# /home/freesource is your own echo $HOME, for instance, /home/person.
|
||||
|
||||
%define home /home/mttrader
|
||||
%define home /home/freesource
|
||||
%define _topdir %{home}/gbootroot
|
||||
%define version 1.5.0
|
||||
%define release 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user