summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Thiéry2018-02-23 14:52:28 +0100
committerFlorent Thiéry2018-02-23 14:52:28 +0100
commit18954732d44b8de12383eb5f9c744bebb4567cb5 (patch)
treeb0e4f9d83b0983b3ab62d330a7b9d0d9ff0a2d06
parent6e52ee8eac1ab01705fa6be99baa1a339fc45822 (diff)
downloadaur-18954732d44b8de12383eb5f9c744bebb4567cb5.tar.gz
remove unused debug files
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9734ea500aa9..ac987a58e42a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Feb 23 13:45:16 UTC 2018
+# Fri Feb 23 13:52:17 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 = 1
+ pkgrel = 2
url = http://www.cockpit-project.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e69448cbdc45..766116f61d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cockpit-minimal
pkgver=162
-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/'
@@ -36,7 +36,8 @@ package() {
cd cockpit-${pkgver}
make DESTDIR="$pkgdir" install
cd $pkgdir
- for d in docker kdump kubernetes machines ostree packagekit pcp playground realmd selinux sosreport subscriptions tuned; do
+ 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;
done
}