Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
gatblau committed Aug 20, 2017
1 parent 192b117 commit ed6bf13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/roles/splash-screen-logo/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: Copying Europa's logo configuration file to gdm folder
copy:
src: "logo/01-logo"
src: "01-logo"
dest: "/etc/dconf/db/gdm.d/01-logo"
force: yes

Expand All @@ -19,7 +19,7 @@

- name: Copying Europa's logo to the gdm folder
copy:
src: "logo/greeter-logo.png"
src: "greeter-logo.png"
dest: "/usr/share/pixmaps/logo/greeter-logo.png"
force: yes

Expand Down

0 comments on commit ed6bf13

Please sign in to comment.