Skip to content

Commit

Permalink
Fix ./test
Browse files Browse the repository at this point in the history
Now that we're using meson we need to go and fetch config.js since it's generated
by the build and meson doesn't inject it into our source tree.
  • Loading branch information
clefebvre committed Oct 20, 2020
1 parent 655b53c commit 71e1cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

sudo rm -rf /usr/share/cinnamon/js-backup
sudo mv /usr/share/cinnamon/js /usr/share/cinnamon/js-backup
sudo cp -R debian/tmp/usr/share/cinnamon/js /usr/share/cinnamon/
sudo cp -R js /usr/share/cinnamon/

sudo rm -rf /usr/share/cinnamon/theme-backup
Expand Down

0 comments on commit 71e1cf1

Please sign in to comment.