This repository has been archived on 2024-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
pika-hyprland-autologin/pika-build-config/i386.sh

6 lines
168 B
Bash
Raw Permalink Normal View History

2024-07-27 17:29:05 +02:00
#! /bin/bash
export PIKA_BUILD_ARCH="i386"
export DEBIAN_FRONTEND="noninteractive"
export DEB_BUILD_OPTIONS="nocheck notest terse"
export DPKG_GENSYMBOLS_CHECK_LEVEL=0