summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta2015-05-19 19:35:36 +0200
committerJan Cholasta2015-05-21 09:50:22 +0200
commita94c9611a74683d07345c9fc5f45749552d21e2c (patch)
tree3430ede587e9b89dbe46d56d342e5ce86019b243
parent83794a82068ed00ad22782fb31c3ffeee22f1f83 (diff)
downloadaur-a94c9611a74683d07345c9fc5f45749552d21e2c.tar.gz
Coding style fixes
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76f2d4eecf83..66a03377217f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,5 @@ source=(http://downloads.sourceforge.net/hhexen/hexen_demo_wad_$pkgver.tgz)
sha256sums=('08e9b57ce9111be04f8b7fa7fc98bd8ecb2af58914497d9a726f610377c406fc')
package() {
- install -Dm644 hexen.wad "$pkgdir"/usr/share/doom/hexen.wad
+ install -Dm644 hexen.wad "$pkgdir/usr/share/doom/hexen.wad"
}
-
-# vim:set ts=2 sw=2 et: