summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2019-05-10 15:28:34 +0200
committerFlorent Thiéry2019-05-10 15:28:34 +0200
commit13c1f2365f1c91bcc486652420d17dc0ee94307c (patch)
tree6275d1a94545cf74009746a8b42cb80a60c37b55
parent5e6b0d763dc6a01f0c2ef9ff12369e3589183848 (diff)
downloadaur-13c1f2365f1c91bcc486652420d17dc0ee94307c.tar.gz
fix build error by copying cockpit-pam from another folder
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ce4667b6800..7d1164745980 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cockpit-minimal
pkgdesc = A systemd web based user interface for Linux servers (minimal setup with system graphs, journalctl, storage, network, user accounts, systemd services and terminal)
pkgver = 189
- pkgrel = 1
+ pkgrel = 2
url = http://www.cockpit-project.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index dc47cbe1e8be..c23c85c14505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cockpit-minimal
pkgver=189
-pkgrel=1
+pkgrel=2
pkgdesc='A systemd web based user interface for Linux servers (minimal setup with system graphs, journalctl, storage, network, user accounts, systemd services and terminal)'
arch=(i686 x86_64 armv6h armv7h)
url='http://www.cockpit-project.org/'
@@ -42,7 +42,7 @@ package() {
cd $pkgdir
mkdir -p etc/pam.d
- cp ../../cockpit-pam etc/pam.d/cockpit
+ cp ../../src/cockpit-pam etc/pam.d/cockpit
rm usr/lib/firewalld/services/cockpit.xml # owned by firewalld
for d in docker kubernetes tuned kdump selinux ovirt pcp playground realmd sosreport subscriptions; do