summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-06-12 11:43:02 -0500
committerDoug Newgard2013-06-12 11:43:02 -0500
commit6190993ef5c0d2ecfa35c8a30d63ed100705523e (patch)
tree7ecd3ca6b7c99e09cfc949ba21f5b212191ff254
parent95e22485b49565e9de09d53ab475b3a69a4f498c (diff)
downloadaur-6190993ef5c0d2ecfa35c8a30d63ed100705523e.tar.gz
Fix license info
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9504d453d700..144abf89ce3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = e17-places-svn
url = http://code.google.com/p/e17mods/wiki/Places
arch = i686
arch = x86_64
- license = BSD
+ license = MIT
makedepends = subversion
depends = enlightenment17
conflicts = e-modules-extra
diff --git a/PKGBUILD b/PKGBUILD
index fc1dfdb2ff66..e39b7cb715f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="Enlightenment module: Manage the mounting of volumes"
arch=('i686' 'x86_64')
url="http://code.google.com/p/e17mods/wiki/Places"
-license=('BSD')
+license=('MIT')
depends=('enlightenment17')
makedepends=('subversion')
conflicts=('e-modules-extra')
@@ -36,5 +36,6 @@ package() {
make DESTDIR="$pkgdir" install
# install license files
+ install -Dm644 AUTHORS "$pkgdir/usr/share/licenses/$pkgname/AUTHORS"
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}