]> git.pld-linux.org Git - packages/dracut.git/blobdiff - plymouth-libdir.patch
correct bash-completion epoch
[packages/dracut.git] / plymouth-libdir.patch
index f05d50bb6210084d02f0effb8dc925e6558d6744..708555aaec3fae49efc660888c16ab80192afdfb 100644 (file)
@@ -6,6 +6,6 @@
  pkglib_dir() {
 -    local _dirs="/usr/lib/plymouth /usr/libexec/plymouth/"
 +    local _dirs="@libexecdir@/plymouth/"
-     if find_binary dpkg-architecture &>/dev/null; then
-         _dirs+=" /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/plymouth"
-     fi
+     if find_binary dpkg-architecture &> /dev/null; then
+         local _arch
+         _arch=$(dpkg-architecture -qDEB_HOST_MULTIARCH 2> /dev/null)
This page took 0.030648 seconds and 4 git commands to generate.