mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
fix(packaging_aur): import utility functions from utils.sh
This commit is contained in:
parent
a147bd1592
commit
701f161789
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
source ./utils.sh
|
||||||
|
|
||||||
function build() {
|
function build() {
|
||||||
# Get the name of the package to build from the current working directory
|
# Get the name of the package to build from the current working directory
|
||||||
dirname=$(pwd)
|
dirname=$(pwd)
|
||||||
|
|
Loading…
Reference in a new issue