summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics@felics-tablet2017-08-27 13:22:49 +0200
committerfelics@felics-tablet2017-08-27 13:22:49 +0200
commit942314a960764b227492ff178d530c1a0b28f34a (patch)
tree882937c807d09697e8e6d69f7f6737b2d23bc93f
parent15a89e92f2a67d936bfe2906dcbc0aa2f4c8ac61 (diff)
downloadaur-942314a960764b227492ff178d530c1a0b28f34a.tar.gz
Fixed permissiopns of documentation directory.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b7a2abc7c2c..88de964175bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Feb 28 16:51:22 UTC 2016
pkgbase = netcfg-git
pkgdesc = Network configuration and profile scripts (install only if you really know that you want this instead of netctl). Includes patch to make wifi-menu work, OpenRC and systemd initscripts.
pkgver = 4.0.rg54f4656
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/GNU-Pony/netcfg/
install = netcfg.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 66cd351fcf1d..fd1611b03835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname='netcfg'
pkgname='netcfg-git'
pkgver=4.0.rg54f4656
-pkgrel=1
+pkgrel=2
pkgdesc="Network configuration and profile scripts (install only if you really know that you want this instead of netctl). Includes patch to make wifi-menu work, OpenRC and systemd initscripts."
url='https://github.com/GNU-Pony/netcfg/'
arch=(any)
@@ -158,7 +158,7 @@ package() {
### /usr/share/doc/-Documentation.
_docdir="${pkgdir}/usr/share/doc/${_pkgname}"
mkdir -p "${_docdir}"
- chmod 644 "${_docdir}"
+ chmod 755 "${_docdir}"
install -m 644 AUTHORS CHANGELOG CONTRIBUTING "${_docdir}"
install -m 644 README "${_docdir}/README.make"