forked from Dark-Horse-Linux/pyrois
fixed bug introduced in download_sources target
This commit is contained in:
@@ -138,7 +138,7 @@ mode_build() {
|
||||
--sysconfdir=/etc \
|
||||
--disable-static \
|
||||
--with-history \
|
||||
--docdir=/usr/share/doc/${APPNAME}-${VERSION}
|
||||
--docdir=/usr/share/doc/${APPNAME}-${VERSION} \
|
||||
PYTHON=/usr/bin/python3
|
||||
assert_zero $?
|
||||
|
||||
|
||||
@@ -41,6 +41,13 @@ assert_zero $?
|
||||
pushd ${dir_artifacts}
|
||||
assert_zero $?
|
||||
|
||||
logprint "Emptying source stage..."
|
||||
rm -Rf ${TEMP_STAGE_DIR}
|
||||
assert_zero $?
|
||||
|
||||
rm -Rf /rex_embedded
|
||||
assert_zero $?
|
||||
|
||||
logprint "Generating initramfs..."
|
||||
# TODO chroot ignores this, and it breaks binutils pass 3
|
||||
ulimit -n 3000000
|
||||
|
||||
Reference in New Issue
Block a user