summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Sarboni2015-07-17 17:46:06 +0200
committerThomas Sarboni2015-07-17 17:46:06 +0200
commit98431d8669083c583b3d94716f2112dd3db6807b (patch)
treeef1fd2e824283d639750ecb72b10111f44230df3
parent8441d139439533b8cf1b1001dd375c9be42fec35 (diff)
downloadaur-98431d8669083c583b3d94716f2112dd3db6807b.tar.gz
Corrected an error in nginx example
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1cbaf0aec6b..8abfbf8d100c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ampache-git
pkgdesc = A PHP-based tool for managing and playing your audio/video files via a web interface
pkgver = 3.8.0.beta2.25.gf946a1c
- pkgrel = 4
+ pkgrel = 5
url = http://www.ampache.org/
install = ampache.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 83113da9e0d8..21c5a8b90e9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ampache-git
_gitname=ampache
pkgver=3.8.0.beta2.25.gf946a1c
-pkgrel=4
+pkgrel=5
pkgdesc="A PHP-based tool for managing and playing your audio/video files via a web interface"
arch=('i686' 'x86_64')
url="http://www.ampache.org/"
@@ -36,6 +36,6 @@ package() {
mkdir -p ${pkgdir}/srv/http/${_gitname}
cp -a * ${pkgdir}/srv/http/${_gitname}/
mkdir -p ${pkgdir}/usr/share/doc/${_gitname}
- install -D -m644 ${srcdir}/nginx-example.conf ${pkgdir}/usr/share/doc/
+ install -D -m644 ${srcdir}/nginx-example.conf ${pkgdir}/usr/share/doc/${_gitname}/
}