summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornull2015-09-24 17:20:13 -0400
committernull2015-09-24 17:20:13 -0400
commit727b24f592ff193ae60f77e073d1209596698c15 (patch)
treed974db694d1a38d87f037424c9b1c039a0b1a39a /PKGBUILD
parentc131256ab19b8dacef80f57c32a02606c8a5f7d1 (diff)
downloadaur-727b24f592ff193ae60f77e073d1209596698c15.tar.gz
Fix error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09d9948a5c58..14f46919f8e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ depends=('python-gtkspellcheck' 'python-gobject' 'ttf-ubuntu-font-family' 'pando
# I got these dependencies from debtap
package() {
+ cd src
tar xf data.tar.xz --directory data/
install -m644 data/* "${pkgdir}"
} \ No newline at end of file