summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cc97fb86acc..89e073c18068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,8 +27,7 @@ source=("git+https://github.com/karelzak/util-linux.git"
'pam-runuser'
'pam-su'
'60-rfkill.rules'
- 'util-linux.sysusers'
- '0001-libmount-don-t-use-symfollow-for-helpers-on-user-mounts.patch')
+ 'util-linux.sysusers')
#--BUILD CONFIGURATION------------------------------------------------------
@@ -47,12 +46,6 @@ pkgver() {
git describe --tags | sed 's/-/+/g'
}
-prepare() {
- cd util-linux
-
- patch -Np1 < ../0001-libmount-don-t-use-symfollow-for-helpers-on-user-mounts.patch
-}
-
#--BUILD CONTROL------------------------------------------------------------
path=(
@@ -181,5 +174,4 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'SKIP')