Commit 5bf047fd authored by Weijia Wang's avatar Weijia Wang
Browse files

dde-daemon: do not create /usr/share/uadp

parent 28e89e15
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"