summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2015-09-24 17:22:26 -0400
committernull2015-09-24 17:22:26 -0400
commita99fe0320c3508dbd3a9e5f07478dc57326cc285 (patch)
treebd36f48602f3a26ee75d527384f656a74f58b372
parent406a1b0a01db64e219acb9cfde7ba1dac97074cc (diff)
downloadaur-a99fe0320c3508dbd3a9e5f07478dc57326cc285.tar.gz
Fix error
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 787bc9361957..c3bb16862d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,7 @@ depends=('python-gtkspellcheck' 'python-gobject' 'ttf-ubuntu-font-family' 'pando
# I got these dependencies from debtap
package() {
- pwd
- cd src
+ mkdir data
tar xf data.tar.xz --directory data/
install -m644 data/* "${pkgdir}"
} \ No newline at end of file