summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPromiSe####2020-10-18 21:16:26 +0300
committerPromiSe####2020-10-18 21:16:26 +0300
commit779abe777632fa724cb957c2bf30a50356fe485e (patch)
tree93bb02422fe0b470639ece035f7b6a2ff14dfc3f /PKGBUILD
parent5e4e13f7f56a9ed5336cf61e66fcc004d3b299b4 (diff)
downloadaur-779abe777632fa724cb957c2bf30a50356fe485e.tar.gz
Исправление ошибок сборки
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6025bdef24da..61babb3aa603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=chatrullete-plus
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="ChatRullete (Plus)"
arch=('x86_64')
url="https://github.com/chatrullete-plus"
@@ -20,10 +20,9 @@ package() {
mkdir -p "${pkgdir}/usr/share/pixmaps"
mv "${srcdir}/"* "${pkgdir}/usr/lib/chatrullete"
- mv "${pkgdir}/usr/lib/chatrullete/ChatRullete" "${pkgdir}/usr/lib/chatrullete/chatrullete"
# Create symlink to executable
- ln -s "${pkgdir}/usr/lib/chatrullete" "${pkgdir}/usr/bin/chatrullete"
+ ln -s "${pkgdir}/usr/lib/ChatRullete" "${pkgdir}/usr/bin/chatrullete"
# Copy resources
cp "${startdir}/chatrullete.desktop" "${pkgdir}/usr/share/applications"