summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2015-11-25 19:07:42 -0500
committerKevin MacMartin2015-11-25 19:07:42 -0500
commitef2ddf2d82534170f1bf106f8056137bb1340c46 (patch)
tree3da206c454f8501ebb350f84d1035ae37c7f8d7f
parent29cbda4351edddd5aeee291ae3654881f92594bc (diff)
downloadaur-ef2ddf2d82534170f1bf106f8056137bb1340c46.tar.gz
Install the docs so the tutorial website works (thanks delsquared)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47743d839b5c..3b6addd3987a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = treesheets-git
pkgdesc = The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases
pkgver = r119.10fbc77
- pkgrel = 1
+ pkgrel = 2
url = http://treesheets.com/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6ef2b5e1dcba..486f555bcf29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=treesheets
pkgname=$_pkgname-git
pkgver=r119.10fbc77
-pkgrel=1
+pkgrel=2
pkgdesc='The ultimate replacement for spreadsheets, mind mappers, outliners, PIMs, text editors and small databases'
url='http://treesheets.com/'
license=('zlib')
@@ -40,8 +40,9 @@ package() {
cd $_pkgname
install -Dm644 ZLIB_LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm755 TS/$_pkgname "$pkgdir/usr/bin/$_pkgname"
- install -d "$pkgdir/usr/share/$_pkgname"
+ install -dm755 "$pkgdir/usr/share/$_pkgname"
cp -R TS/examples "$pkgdir/usr/share/$_pkgname/examples"
cp -R TS/images "$pkgdir/usr/share/$_pkgname/images"
+ cp -R TS/docs "$pkgdir/usr/share/$_pkgname/docs"
}