mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Write /opt/pakfire/db/core/mine in stage2.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
#opt/pakfire
|
||||
opt/pakfire/cache
|
||||
#opt/pakfire/db
|
||||
opt/pakfire/db/core
|
||||
opt/pakfire/db/installed
|
||||
opt/pakfire/db/lists
|
||||
opt/pakfire/db/meta
|
||||
|
||||
@@ -50,6 +50,10 @@ media/floppy
|
||||
media/usbkey
|
||||
mnt
|
||||
#opt
|
||||
#opt/pakfire
|
||||
#opt/pakfire/db
|
||||
#opt/pakfire/db/core
|
||||
opt/pakfire/db/core/mine
|
||||
#root
|
||||
root/.bash_logout
|
||||
root/.bash_profile
|
||||
|
||||
@@ -121,4 +121,8 @@ $(TARGET) :
|
||||
-mkdir -pv /usr/share/doc/licenses/
|
||||
cp -vf $(DIR_SRC)/doc/COPYING /usr/share/doc/licenses/GPLv3
|
||||
|
||||
# Pakfire
|
||||
-mkdir -pv /opt/pakfire/db/core
|
||||
echo "$(PAKFIRE_CORE)" > /opt/pakfire/db/core/mine
|
||||
|
||||
@$(POSTBUILD)
|
||||
|
||||
1
make.sh
1
make.sh
@@ -774,7 +774,6 @@ buildipfire() {
|
||||
ipfiremake iptraf-ng
|
||||
ipfiremake iotop
|
||||
|
||||
echo $PAKFIRE_CORE > $BASEDIR/build/opt/pakfire/db/core/mine
|
||||
if [ "$(git status -s | wc -l)" == "0" ]; then
|
||||
GIT_STATUS=""
|
||||
else
|
||||
|
||||
@@ -414,7 +414,7 @@ lfsmake2() {
|
||||
chroot $LFS /tools/bin/env -i HOME=/root \
|
||||
TERM=$TERM PS1='\u:\w\$ ' \
|
||||
PATH=/tools/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \
|
||||
VERSION=$VERSION \
|
||||
VERSION=$VERSION PAKFIRE_CORE="${PAKFIRE_CORE}" \
|
||||
CONFIG_ROOT=$CONFIG_ROOT \
|
||||
NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \
|
||||
CFLAGS="$C2FLAGS" CXXFLAGS="$CXX2FLAGS" \
|
||||
|
||||
Reference in New Issue
Block a user