summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu Zhenyu2023-12-05 10:13:08 +0800
committerWu Zhenyu2023-12-05 10:13:08 +0800
commit586cbe265a4c0eea2c931756cbd63690ce73784f (patch)
tree402279c6ed8a86d93c2389d21893fc1d8814344a
parentdd864f937891ccf63719343393ca579494b72b1b (diff)
downloadaur-gdb-prompt-git.tar.gz
:bug: Add gdb-hook.py
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b9b2465306a..cec9dd74fdd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,4 +23,5 @@ package() {
install -Dm644 README.md -t "$pkgdir/usr/share/doc/$_pkgname"
install -D gdb-prompt -t "$pkgdir/usr/bin"
+ install -Dm644 gdb-hook.py -t "$pkgdir/usr/share/gdb"
}