summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPantelis Panayiotou2016-11-10 12:40:34 +0200
committerPantelis Panayiotou2016-11-10 12:40:34 +0200
commitbc7377fc40ed16c61ccc5b40394dd9074100b3d3 (patch)
treef4874cc99d1be4ef79ad9a5dda8a6dc52d5a17b2 /PKGBUILD
parent4d0680c55980c2cbd630514bb0b3011759a83a14 (diff)
downloadaur-thea-git.tar.gz
Fixed problem with /usr/sbin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 025cf69bba7d..f7d1fac31f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=thea-git
_pkgname=thea
pkgver=20140105
- pkgrel=2
+ pkgrel=3
pkgdesc="A simple backup tool for desktop computers"
arch=('any')
url="https://projects.kde.org/projects/playground/base/kio-mtp"
@@ -25,6 +25,7 @@
cd $srcdir/$_gitname
sed -e 's/\/usr\/local/\/usr/g' -i Makefile thea-*
+ sed -e 's/\/sbin/\/bin/g' -i Makefile
}
package() {
cd $srcdir/$_gitname