Skip to content
Snippets Groups Projects
Verified Commit 3b86b914 authored by Christian Hesse's avatar Christian Hesse :stuck_out_tongue_winking_eye:
Browse files

prefix variables with `_systemd_`

Follow-up on !8.
parent 4d1ecb08
No related branches found
No related tags found
No related merge requests found
......@@ -77,12 +77,12 @@ _meson_mode='release'
_meson_compile=()
_meson_install=()
if ((UPSTREAM)); then
if ((_systemd_UPSTREAM)); then
_meson_version="${pkgver}"
_meson_mode='developer'
makedepends+=('libarchive')
optdepends_upstream=('libarchive: convert DDIs to tarballs')
if ((QUIET)); then
if ((_systemd_QUIET)); then
_meson_install=('--quiet')
else
_meson_compile=('--verbose')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment