mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/p7zip to 16.02-2
This commit is contained in:
parent
bbc0fa3526
commit
4490922262
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
pkgname=p7zip
|
||||
pkgver=16.02
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Command-line file archiver with high compression ratio"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://p7zip.sourceforge.net/"
|
||||
|
@ -42,6 +42,9 @@ package() {
|
|||
DEST_HOME=/usr \
|
||||
DEST_MAN=/usr/share/man
|
||||
|
||||
# Remove documentation for the GUI file manager
|
||||
rm -r "$pkgdir/usr/share/doc/p7zip/DOC/MANUAL/fm"
|
||||
|
||||
install -d "${pkgdir}"/usr/share/licenses/p7zip
|
||||
ln -s -t "$pkgdir/usr/share/licenses/p7zip/" \
|
||||
/usr/share/doc/p7zip/DOC/License.txt \
|
||||
|
|
Loading…
Reference in a new issue