summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Boyle2021-02-14 01:14:14 +0000
committerJonathan Boyle2021-02-14 01:14:14 +0000
commit347ba009dbc8c23741f4933f2508cd323abe980a (patch)
tree7a8640238913ac441f1f866639dbd5d8a18b6639 /PKGBUILD
parent01b5704c1fde970d400c35d1672b6f5d8435a151 (diff)
downloadaur-347ba009dbc8c23741f4933f2508cd323abe980a.tar.gz
Updated Version 0.23.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8035403c0fd3..511044205e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Boyle <programmerfalcon@gmail.com>
pkgname=mulle-sourcetree
pkgver=0.23.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Project composition and maintenance with build support"
arch=('any')
@@ -27,7 +27,7 @@ package() {
# Move libexec to lib/$pkgname
cd "${pkgdir}/usr"
- mkdir -p "lib/${pkgname}"
- mv libexec/* "lib/${pkgname}"
+ mkdir -p "lib/"
+ mv libexec/* "lib/"
rm -r libexec
}