fix: avahi remove /run directory
This commit is contained in:
@ -33,8 +33,8 @@ PACKAGE() {
|
||||
cp "${ROOTDIR}/mozconfig" .
|
||||
|
||||
export MOZ_DEBUG_FLAGS=" "
|
||||
export CFLAGS+=" -g0"
|
||||
export CXXFLAGS+=" -g0"
|
||||
export CFLAGS+=" -g0 -std=gnu89"
|
||||
export CXXFLAGS+=" -g0 -std=gnu89"
|
||||
export RUSTFLAGS="-Cdebuginfo=0"
|
||||
|
||||
export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none
|
||||
@ -43,7 +43,7 @@ PACKAGE() {
|
||||
ulimit -n 4096
|
||||
|
||||
python3 ./mach configure
|
||||
python3 ./mach build
|
||||
python3 ./mach build --verbose
|
||||
DESTDIR="${ROOTDIR}" python3 ./mach install
|
||||
|
||||
unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE MOZBUILD_STATE_PATH
|
||||
|
Reference in New Issue
Block a user