fix(packaging_aur): import utility functions from utils.sh

This commit is contained in:
Erica Marigold 2023-07-23 21:33:16 +05:30 committed by GitHub
parent a147bd1592
commit 701f161789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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