diff options
author | Andres Rodriguez | 2019-09-12 14:48:18 -0400 |
---|---|---|
committer | Andres Rodriguez | 2019-09-12 14:48:18 -0400 |
commit | c303ab9dafb5fe2d95aff975693e33e2e4d3f82d (patch) | |
tree | c8a0b3ce750d201491a4852df372ba3bd302cac0 /PKGBUILD | |
parent | 93bb5916e754ff027cbb40d2864770c17307b02f (diff) | |
download | aur-c303ab9dafb5fe2d95aff975693e33e2e4d3f82d.tar.gz |
Fix failure when re-using build directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ pkgver() { build() { cd "$srcdir"/gpuvis - mkdir build + mkdir -p build cd build cmake \ -DCMAKE_INSTALL_PREFIX=/usr \ |