Date: Wednesday, November 26, 2014 @ 18:13:51
Author: bpiotrowski
Revision: 123151
Remove useless sed line from prepare().
Zsh completion's location has been corrected upstream in 0.7.0.
Modified:
mpv/trunk/PKGBUILD
----------+
PKGBUILD | 1 -
1 file changed, 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-11-26 17:04:54 UTC (rev 123150)
+++ PKGBUILD 2014-11-26 17:13:51 UTC (rev 123151)
@@ -24,7 +24,6 @@
prepare() {
cd $pkgname-$pkgver
./bootstrap.py
- sed -i 's/vendor-completions/site-functions/' wscript_build.py
}
build() {