summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2018-02-23 14:57:06 +0100
committerFlorent Thiéry2018-02-23 14:57:06 +0100
commite6d54cced04874802c68463934484494f9164ed4 (patch)
tree9ac25c0431fac838204704b28b9f7e56c1c69a45
parent18954732d44b8de12383eb5f9c744bebb4567cb5 (diff)
downloadaur-e6d54cced04874802c68463934484494f9164ed4.tar.gz
ignore non existing folders in debug files
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac987a58e42a..9ae73f10ccb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 23 13:52:17 UTC 2018
+# Fri Feb 23 13:53:08 UTC 2018
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 = 162
- pkgrel = 2
+ pkgrel = 3
url = http://www.cockpit-project.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 766116f61d6c..793eea3717a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cockpit-minimal
pkgver=162
-pkgrel=2
+pkgrel=3
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/'
@@ -38,6 +38,6 @@ package() {
cd $pkgdir
for d in docker kdump kubernetes machines ostree ovirt packagekit pcp playground realmd selinux sosreport subscriptions tuned; do
rm -r usr/share/cockpit/$d;
- rm -r usr/src/debug/usr/share/cockpit/$d;
+ rm -rf usr/src/debug/usr/share/cockpit/$d;
done
}