Unverified Commit 09dbb079 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #229924 from wegank/dde-daemon-misc

dde-daemon: do not create /usr/share/uadp
parents eef55c17 5bf047fd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -67,6 +67,9 @@ buildGoPackage rec {
    substituteInPlace inputdevices/layout_list.go \
      --replace "/usr/share/X11/xkb" "${xkeyboard_config}/share/X11/xkb"

    substituteInPlace system/uadp/crypto.go \
      --replace "/usr/share/uadp" "/var/lib/dde-daemon/uadp"

    substituteInPlace appearance/background/{background.go,custom_wallpapers.go} accounts/user.go bin/dde-system-daemon/wallpaper.go \
     --replace "/usr/share/wallpapers" "/run/current-system/sw/share/wallpapers"