diff options
author | davidovski <david@davidovski.xyz> | 2022-02-02 00:02:46 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-02-02 00:02:46 +0000 |
commit | 087044265e729856bc80d21431233c41caf4d827 (patch) | |
tree | df0fcb9aedd9d3beb84a2d86f71c19ab9aa5d51b | |
parent | 1e31257209a3e0756ab314979c66b47047cee24d (diff) |
added bootscripts to nm
-rw-r--r-- | repo/system/elogind.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/elogind.xibuild b/repo/system/elogind.xibuild index d7179b4..388219a 100644 --- a/repo/system/elogind.xibuild +++ b/repo/system/elogind.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make docbook-xml docbook-xsl libxslt) -DEPS=(dbus pam polkit) +DEPS=(pam polkit) PKG_VER=246.10 SOURCE=https://github.com/elogind/elogind/archive/v$PKG_VER/elogind-$PKG_VER.tar.gz |