summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandr Gornostal2017-09-02 16:17:20 +0300
committerAleksandr Gornostal2017-09-02 16:17:20 +0300
commitf5b758f2f7dddfbd4b83aa2522eda9d7a854aadd (patch)
tree04d4398692997508363df88954175de48237b4f6
parentd15005575bfcbc3f992433fddfa0f5ef0639f743 (diff)
downloadaur-f5b758f2f7dddfbd4b83aa2522eda9d7a854aadd.tar.gz
Fixed PKGBUILD
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38dd5d5febb0..ecef186dfbd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,6 +31,5 @@ package() {
cd ulauncher
install -Dm644 build/share/applications/ulauncher.desktop "$pkgdir/usr/share/applications/ulauncher.desktop"
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
- sed -i 's=\(^#! */usr/bin.*\)python *$=\1python2=' "$pkgdir/usr/share/ulauncher/timer-shortcut/timer.py.src"
rm -rf "$pkgdir"/usr/share/ulauncher/preferences/{no*,src,bow*,gul*,pack*}
}