diff options
author | davidovski <david@davidovski.xyz> | 2022-02-02 00:03:10 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-02 00:03:10 +0000 |
commit | ee5085aaadf185f57967a498fac5c4382ea460ce (patch) | |
tree | 51862b3fb7b47b6e42ac0878bcd860a5dbaa820c /repo/system/elogind.xibuild | |
parent | 087044265e729856bc80d21431233c41caf4d827 (diff) |
fixed syntax error
Diffstat (limited to 'repo/system/elogind.xibuild')
-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 () { |