index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-02 10:28:18 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-02 10:28:18 +0200 |
commit | 1213df2a6218a9d563eb50299e0bf00b9aeac9da (patch) | |
tree | 4d01bbb29a41bafc437b861b8a72dcf84efeb1c9 /core/systemd/PKGBUILD | |
parent | 011babdaad41317bc0cba4a66f3cf46ad13c45ad (diff) |
-rw-r--r-- | core/systemd/PKGBUILD | 13 |
diff --git a/core/systemd/PKGBUILD b/core/systemd/PKGBUILD deleted file mode 100644 index 440c4133..00000000 --- a/core/systemd/PKGBUILD +++ /dev/null @@ -1,13 +0,0 @@ -# compilation issues with gnu-efi 3.0.13 -# https://bugs.archlinux.org/task/70046?project=1&string=systemd+grub-efi&search_name=&type[0]=&sev[0]=&pri[0]=&due[0]=&reported[0]=&cat[0]=&status[0]=open&percent[0]=&opened=&dev=&closed=&duedatefrom=&duedateto=&changedfrom=&changedto=&openedfrom=&openedto=&closedfrom=&closedto=&order=dateopened&sort=desc -# https://github.com/systemd/systemd/pull/18987 -source+=('systemd-gnu-efi.patch') -sha512sums+=('e4e2bb0b0777a297a4c2b32b35a9a7c03e4de2ccf00f44454f1dcf0f441ba41f20d812d4771863612143a7e9b1df5e40e91b05e98de415e354b008fece3ca4da') - -eval "$( - declare -f prepare | \ - sed ' - /patch/ a \ - patch -p1 -i "$srcdir/systemd-gnu-efi.patch" - ' -)" |