summaryrefslogtreecommitdiff
path: root/home/xyz/.local
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-10-10 00:14:20 -0700
committerxyz <gky44px1999@gmail.com>2022-10-10 00:14:20 -0700
commit82abc7760304ed06c2956afbd92f396d6f15e0df (patch)
treea3674f2436398c62991d142d7165fb07b3478d6f /home/xyz/.local
parent443b16edfe1e2b4daa019f744467a7041b45f594 (diff)
refactor
Diffstat (limited to 'home/xyz/.local')
-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"
}