summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Schmidt2016-04-06 13:33:01 +0200
committerStefan Schmidt2016-04-06 13:33:01 +0200
commitda52016079328fa7ac8d0976800be9b2cfbaf1d9 (patch)
treea5e9d5eee9f758a084deeff9d68d40aece7183ae
parent9f4274ad3eb06ee45894dc419246c6f4ce787798 (diff)
downloadaur-da52016079328fa7ac8d0976800be9b2cfbaf1d9.tar.gz
fixed error "yarp: /usr/lib64 exists in filesystem"
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 598cb0aee310..96aac581af3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yarp
pkgver=2.3.64
-pkgrel=1
+pkgrel=2
pkgdesc='Yet Another Robot Platform'
arch=('x86_64' 'i686')
url="http://www.yarp.it"
@@ -28,5 +28,6 @@ build() {
package() {
cd "$srcdir/yarp-$pkgver/build"
+ mv lib64 lib
make DESTDIR="${pkgdir}" install
}