aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-02-06 03:24:55 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:39 +0200
commite30996a2251154f19b85451d91bd72d0f3621951 (patch)
tree19f30ecb2c1742ff07507b9516695ec9a65c782d
parent7685d4e2ddc5886d5500622a21a0a6fce7e7ac57 (diff)
downloadpkgbuilds-e30996a2251154f19b85451d91bd72d0f3621951.tar.xz
Various stylistic housekeeping...
Might change tabs to be 4 spaces tho..
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5deb710..d3cde8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,11 +29,11 @@ pkgver(){
build() {
cd weechat
cmake -DPREFIX=/usr \
- -DPYTHON_EXECUTABLE=/usr/bin/python2 \
- -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so\
- -DENABLE_MAN=ON \
- -DENABLE_DOC=OFF \
- -DWEECHAT_HOME=~/.config/weechat
+ -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so\
+ -DENABLE_MAN=ON \
+ -DENABLE_DOC=OFF \
+ -DWEECHAT_HOME=~/.config/weechat
make
}
@@ -41,4 +41,4 @@ package() {
make -C weechat DESTDIR="$pkgdir" install
}
-# vim: set ts=4 sw=4 noet:
+# vim: set ts=2 sts=2 sw=2 noet: