alpkg update ignores other files #5
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
If there are other files in the package besides the
APKBUILD
file, these files are ignored and not part of the git commit. Thealpkg
script shouldgit add *
from the package folder, not onlyt theAPKBUILD
file.The text was updated successfully, but these errors were encountered: