fix: avahi remove /run directory

This commit is contained in:
ngn
2024-08-21 01:33:41 +03:00
parent 962301fdca
commit 68903e4de8
5 changed files with 88 additions and 26 deletions

View File

@ -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