editrights: Fix documentation install dir
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user