summaryrefslogtreecommitdiff
path: root/src/stage4/patches/systemd.patch
blob: 62177a6eb830c3f378f32b9002a9fe7c835228ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- a/PKGBUILD	2018-03-16 18:23:58.112034593 +0100
+++ b/PKGBUILD	2018-03-16 18:59:17.686017180 +0100
@@ -85,6 +85,10 @@ sha512sums=('SKIP'
 _backports=(
   # core: do not free heap-allocated strings (#8391) (FS#57741)
   '5cbaad2f6795088db56063d20695c6444595822f'
+  # basic/macros: rename noreturn into _noreturn_ (#8456)
+  '848e863acc51ecfb0f3955c498874588201d9130'
+  # core: don't include libmount.h in a header file (#8580)
+  '227b8a762fea1458547be2cdf0e6e4aac0079730'
 )
 
 _reverts=(
@@ -261,7 +265,7 @@ package_systemd() {
   rm -rv "$pkgdir"/etc/systemd/system/*
 
   # we'll create this on installation
-  rmdir "$pkgdir"/var/log/journal/remote
+  rm -rf "$pkgdir"/var/log/journal/remote
 
   # executable (symlinks) shipped with systemd-sysvcompat
   rm "$pkgdir"/usr/bin/{halt,init,poweroff,reboot,runlevel,shutdown,telinit}