mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-16 14:03:00 +02:00
Merge branch 'master' of ssh://arne_f@git.ipfire.org/pub/git/ipfire-2.x
This commit is contained in:
File diff suppressed because it is too large
Load Diff
1
config/rootfiles/core/43/filelists/python
Symbolic link
1
config/rootfiles/core/43/filelists/python
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/python
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.3
|
||||
VER = 0.5
|
||||
|
||||
THISAPP = fireinfo-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 2105bf88213dfd2198891a96eeb08949
|
||||
$(DL_FILE)_MD5 = 2eb12d3c4aeda93ee184a85b1e8b6a96
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
@@ -265,7 +265,7 @@ entershell() {
|
||||
exiterror "No such file or directory: $BASEDIR/build/usr/src/lfs/"
|
||||
fi
|
||||
echo "Entering to a shell inside LFS chroot, go out with exit"
|
||||
chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
||||
$linux32 chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
||||
PATH=/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
|
||||
VERSION=$VERSION CONFIG_ROOT=$CONFIG_ROOT \
|
||||
NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \
|
||||
|
||||
Reference in New Issue
Block a user