summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2021-12-29 13:36:21 +0100
committerValHue2021-12-29 13:36:21 +0100
commita23a7939bd815eb93fb3c1d6958198f76180c9b8 (patch)
tree45d5323a8b854c429f616098c924f415cd563719
parent1ce0a045d6e060f3ef5212f58f33bacfc734f166 (diff)
downloadaur-a23a7939bd815eb93fb3c1d6958198f76180c9b8.tar.gz
Minor fixs
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9f338c1e58d..0c5e64a9ad43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#
pkgname="lumi"
pkgver="0.8.3"
-pkgrel="1"
+pkgrel="2"
pkgdesc="A Desktop App that offers a collection of tools to create, edit and share digital content with your class."
arch=('x86_64')
url="https://${pkgname}.education"
@@ -18,8 +18,8 @@ sha256sums=('2c364198c259185736798305ab0f80e8d14bcb70d3ea0c17d3434c9d0d8c4b86')
package() {
install -d "${pkgdir}/{opt,usr}"
- cp -R "${srcdir}/opt/Lumi" "${pkgdir}/opt/"
- cp -R "${srcdir}/usr/share" "${pkgdir}/usr/"
+ cp -R "${srcdir}/opt/" "${pkgdir}/opt/"
+ cp -R "${srcdir}/usr/" "${pkgdir}/usr/"
}
# vim: set ts=4 sw=4 et syn=sh ft=sh: