Fixing Makefile conflict

This commit is contained in:
DarkFeather 2023-02-22 21:41:40 -06:00
parent 5ef9cf1471
commit 4f28d028e5
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
3 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ testing.log
# Packaging outputs
*.pkg.tar.zst
*.pkg.tar.zst.sig

View File

@ -19,7 +19,7 @@ conflicts=()
replaces=("${pkgname,,}", "aninix-${pkgname,,}")
backup=()
options=()
install=install
install=installscript
changelog=
source=()
noextract=()