summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2015-09-24 17:24:54 -0400
committernull2015-09-24 17:24:54 -0400
commita42326de2a2f8ae244be2e00237ee34444968f1d (patch)
tree038f23df494bf4f0261275932e59ebc3608e9c56
parenta99fe0320c3508dbd3a9e5f07478dc57326cc285 (diff)
downloadaur-a42326de2a2f8ae244be2e00237ee34444968f1d.tar.gz
Fix error
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3bb16862d3b..beea87e56f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,5 +13,5 @@ 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}"/
} \ No newline at end of file