diff options
author | soloturn | 2020-06-01 09:06:45 +0200 |
---|---|---|
committer | soloturn | 2020-06-01 09:06:45 +0200 |
commit | 0b6b28689c128d0e143b85bc2fdb7013c2d73389 (patch) | |
tree | bd12cc6c585ede6c41d75133e06fa1c423f203ed | |
parent | 1760b06015748bed4427e5b55d27f6c7ac9378f3 (diff) | |
download | aur-0b6b28689c128d0e143b85bc2fdb7013c2d73389.tar.gz |
finding xmoto after build now fixed, no sed
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -31,9 +31,6 @@ prepare() { build() { cd build - # not sure why a sed is necessary, the projects travis.yml file does not need - # it, see https://github.com/xmoto/xmoto/blob/master/.travis.yml - sed -i 's-COMMAND xmoto-COMMAND ../src/xmoto-' ../${pkgbase}/bin/CMakeLists.txt cmake ../${pkgbase} -GNinja -DCMAKE_INSTALL_PREFIX=/usr ninja ninja xmoto_pack |