summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index beea87e56f4b..490eb96f9da9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,5 +13,6 @@ depends=('python-gtkspellcheck' 'python-gobject' 'ttf-ubuntu-font-family' 'pando
package() {
mkdir data
tar xf data.tar.xz --directory data/
- install -m644 data/* "${pkgdir}"/
+ # install -m644 data/* ${pkgdir}
+ cp -r data/* ${pkgdir}
} \ No newline at end of file