mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-21 16:29:57 -05:00
return local_specs to local scope
This commit is contained in:
@@ -25,7 +25,7 @@ function r() {
|
|||||||
|
|
||||||
# Start building and install the missing RPM package locally.
|
# Start building and install the missing RPM package locally.
|
||||||
function install_RPMS() {
|
function install_RPMS() {
|
||||||
local local_rpms
|
local local_specs local_rpms
|
||||||
rpmbuildroot="${rpmbuildroot:-${REPO_ROOT}/cache/rpmbuild}"
|
rpmbuildroot="${rpmbuildroot:-${REPO_ROOT}/cache/rpmbuild}"
|
||||||
|
|
||||||
x mkdir -p "$rpmbuildroot"/{BUILD,RPMS,SOURCES}
|
x mkdir -p "$rpmbuildroot"/{BUILD,RPMS,SOURCES}
|
||||||
|
|||||||
Reference in New Issue
Block a user