summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to 'home/xyz/.local/bin')
-rwxr-xr-xhome/xyz/.local/bin/mpra2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mpra b/home/xyz/.local/bin/mpra
index 86ecfd35..74eb5525 100755
--- a/home/xyz/.local/bin/mpra
+++ b/home/xyz/.local/bin/mpra
@@ -6,7 +6,7 @@ fn () {
makepkg -f
newpkg="$(find . -maxdepth 1 -type f -name '*.pkg.tar.zst')"
mv "$newpkg" ..
- # for first time initialization, need manually repo-add
+ # need manually repo-add new database for first time initialization
repo-add -R "$(find .. -maxdepth 1 -type f -name '*.db.tar.gz')" "../$newpkg"
}