summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2015-08-29 11:50:37 +0200
committerAndreas Baumann2015-08-29 11:50:37 +0200
commitbbe1a46cf4db3a7bf7858c3ba34404dbe2fdc74d (patch)
tree984423492a795f73df88ee7178d4a57d23b53039
parent761bf22e061a99be8ead62853a2143827a1649d7 (diff)
downloadaur-bbe1a46cf4db3a7bf7858c3ba34404dbe2fdc74d.tar.gz
build error fix when copying license
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63921ebaa0c5..26fc61826180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gsoap287
pkgver=2.8.7
-pkgrel=3
+pkgrel=4
pkgdesc="Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++"
url="http://www.cs.fsu.edu/~engelen/soap.html"
arch=('i686' 'x86_64')
@@ -33,5 +33,5 @@ package() {
mkdir -p $pkgdir/usr/share/gsoap/WS
cp -R gsoap/import $pkgdir/usr/share/gsoap/
cp -R gsoap/WS $pkgdir/usr/share/gsoap/
- install -D ../LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+ install -D ../LICENSE.gsoap $pkgdir/usr/share/licenses/$pkgname/LICENSE
}