diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-11-11 04:33:25 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:44 +0200 |
commit | 36acb12b61cea1426c53755e302399a73eed1c72 (patch) | |
tree | cfe43fae81fe9cf470518df8f31d26f543d2f098 | |
parent | 8f8f03fdfd867b1caf980e05c90095957bfd99e1 (diff) | |
download | pkgbuilds-36acb12b61cea1426c53755e302399a73eed1c72.tar.xz |
yawa-git: ugh, reindent package function
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,6 +26,6 @@ build() { } package() { - cd yawa - make DESTDIR="$pkgdir" install + cd yawa + make DESTDIR="$pkgdir" install } |