diff options
-rw-r--r-- | repo/system/elogind.xibuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/repo/system/elogind.xibuild b/repo/system/elogind.xibuild index 388219a..124b65c 100644 --- a/repo/system/elogind.xibuild +++ b/repo/system/elogind.xibuild @@ -8,9 +8,7 @@ SOURCE=https://github.com/elogind/elogind/archive/v$PKG_VER/elogind-$PKG_VER.tar DESC="The standalone logind daemon" prepare () { - sed -i '/Disable polkit/,+8 d' meson.build && - - + sed -i '/Disable polkit/,+8 d' meson.build } build () { |