summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFernando Ortiz2012-07-16 22:52:04 -0500
committerFernando Ortiz2012-07-16 22:52:04 -0500
commit4346a29ef2addea6a972f96ebfdd7bb621bf2a91 (patch)
tree4919c85cc46b1d70b8d23ceb46a02887bfe12708 /PKGBUILD
parentd4524cc573d816c4e06ef70955bc8021e4604071 (diff)
downloadaur-4346a29ef2addea6a972f96ebfdd7bb621bf2a91.tar.gz
add mkdir for doc location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c616451789bd..3f77c3f3dd9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,6 +22,7 @@ package() {
install -D -m644 src/soe/*PrimeSieve.h "$pkgdir/usr/include/primesieve/soe"
mkdir -p "$pkgdir/usr/lib"
install -D -m644 lib/lib${pkgname}*.so "$pkgdir/usr/lib"
+ mkdir -p "$pkgdir/usr/share/doc/${pkgname}"
install -D -m644 doc/* "$pkgdir/usr/share/doc/${pkgname}"
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
popd