aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-11-11 04:33:25 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:44 +0200
commit36acb12b61cea1426c53755e302399a73eed1c72 (patch)
treecfe43fae81fe9cf470518df8f31d26f543d2f098
parent8f8f03fdfd867b1caf980e05c90095957bfd99e1 (diff)
downloadpkgbuilds-36acb12b61cea1426c53755e302399a73eed1c72.tar.xz
yawa-git: ugh, reindent package function
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c73ccb1..ab5ea40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,6 +26,6 @@ build() {
}
package() {
- cd yawa
- make DESTDIR="$pkgdir" install
+ cd yawa
+ make DESTDIR="$pkgdir" install
}