editrights: Fix documentation install dir

This commit is contained in:
David Macek
2015-04-29 14:04:25 +02:00
parent 0e2da61953
commit fac04c69e5

View File

@@ -3,7 +3,7 @@
_realname=editrights
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.03
pkgrel=1
pkgrel=2
pkgdesc="Edit special privileges of Windows accounts (mingw-w64)"
arch=('any')
url="http://cygwin.org/"
@@ -29,5 +29,5 @@ package() {
cd $_realname
make DESTDIR="$pkgdir" PREFIX=${MINGW_PREFIX} install
install -Dm0644 LICENCE ${pkgdir}${MINGW_PREFIX}/share/licenses/editrights/LICENCE
mv ${pkgdir}${MINGW_PREFIX}/share/doc/{Cygwin,Msys}
mv ${pkgdir}${MINGW_PREFIX}/share/doc/{Cygwin,editrights}
}