summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibor Wagner2020-06-19 13:32:51 +0200
committerLibor Wagner2020-06-19 13:32:51 +0200
commita6298ed753bc32ed5a6175ded09abb547f2d84b8 (patch)
tree89bb2670309dc269c129f3939352b22b2ddd65fe
parent84804412a0646e31c16e74ad0173d682449ae638 (diff)
downloadaur-a6298ed753bc32ed5a6175ded09abb547f2d84b8.tar.gz
Fix for build in chroot
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c44d2a728f88..cbec95a10bc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ url='https://wiki.ros.org/realtime_tools'
pkgname='ros-melodic-realtime-tools'
pkgver='1.15.1'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
-pkgrel=2
+pkgrel=3
license=('BSD')
ros_makedepends=(
@@ -32,7 +32,7 @@ sha256sums=('3356e9df104c177bd588db133eba65a351af62e35e64c87f2a5fc72c3fd2cd5a'
prepare() {
cd "${srcdir}/${_dir}"
- patch -uN CMakeLists.txt ../../tests.patch || return 1
+ patch -uN CMakeLists.txt ${srcdir}/tests.patch || return 1
}
build() {