summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Grunning2021-07-02 10:36:40 +0200
committerOskar Grunning2021-07-02 10:36:40 +0200
commita0c4d71871f16f883608c27d21430674f095f68e (patch)
tree5165c66e2d232312e4282b18951b999356ff7db9
parent992594c2e2bb3de28103fdac6407b73043e7bd15 (diff)
downloadaur-a0c4d71871f16f883608c27d21430674f095f68e.tar.gz
chore: change install path
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a424e1114b87..1d6cd1b381b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,4 +11,3 @@ pkgbase = weechat-autosort
sha512sums = 7cfb4108657aae8c2cb30c8c20a30393c0679cea1ea451ec6d1f5cc4b6594c15bbb5eda243a726c745a1f2c488c3343048fc1b7297e9107d3270db7e3aba03a0
pkgname = weechat-autosort
-
diff --git a/PKGBUILD b/PKGBUILD
index e354b0ac7b78..c93f48af864c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,5 +14,5 @@ sha512sums=('7cfb4108657aae8c2cb30c8c20a30393c0679cea1ea451ec6d1f5cc4b6594c15bbb
package() {
cd "${pkgname}-${pkgver}"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 autosort.py "${pkgdir}/usr/lib/weechat/python/autosort.py"
+ install -Dm644 autosort.py "${pkgdir}/usr/share/weechat/python/autosort.py"
}