summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2016-06-13 10:54:03 -0500
committerDoug Newgard2016-06-13 10:54:03 -0500
commita6ffc52040a2d8f69b27bd289b4d9e4d50fd5768 (patch)
tree2466056263a15159790522fc120e73659c05ee2d
parent76a07537f3c7526a596fc063a0b8efadd72f33a6 (diff)
downloadaur-a6ffc52040a2d8f69b27bd289b4d9e4d50fd5768.tar.gz
Workarounds no longer necessary, fixed upstream
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fdd8c5d06511..8b39a5a80525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,14 +66,8 @@ build() {
package() {
cd $_pkgname
-# Workaround for https://phab.enlightenment.org/T3778
- install -d "$pkgdir/usr/lib/evas/utils/"
-
make -j1 DESTDIR="$pkgdir" install
-# Workaround for https://phab.enlightenment.org/T3848
- install -m755 src/generic/evas/pdf/evas_generic_pdf_loader.libreoffice "$pkgdir/usr/lib/evas/utils/"
-
# compile python files
python2 -m compileall -q "$pkgdir"
python2 -O -m compileall -q "$pkgdir"