diff options
author | Gonçalo Camelo Neves Pereira | 2018-10-08 19:40:07 +0200 |
---|---|---|
committer | Gonçalo Camelo Neves Pereira | 2018-10-08 19:40:07 +0200 |
commit | 6d56849bdb84feb2072c5d89e7ed709bc00a4d1b (patch) | |
tree | 5fa6f3f30523a55efe19b6340e4fa568f54e1632 | |
parent | 924ed0d597e87748561118ae523de270f9e7a51d (diff) | |
download | aur-6d56849bdb84feb2072c5d89e7ed709bc00a4d1b.tar.gz |
Fix src folder name
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ source=("https://bitbucket.org/osrf/gazebo/get/gazebo9_${pkgver}.tar.bz2") sha256sums=('8a42cf1e5c9cd358fd03e71cf8e00651af8d0ff15793a6942d387d555525c423') build() { - cd "${srcdir}/osrf-${pkgname}-5714795a2e79" + cd "${srcdir}/osrf-${pkgname}-04a40b564570" sed -i -e 's|boost/uuid/sha1.hpp|boost/uuid/detail/sha1.hpp|g' gazebo/common/CommonIface.hh @@ -46,6 +46,6 @@ build() { } package() { - cd "${srcdir}/osrf-${pkgname}-5714795a2e79/build" + cd "${srcdir}/osrf-${pkgname}-04a40b564570/build" make DESTDIR="${pkgdir}" install } |