Merge lp:~ahayzen/ubuntu-weather-app/fix-duplicate-resources into lp:ubuntu-weather-app

Proposed by Andrew Hayzen
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 257
Merged at revision: 260
Proposed branch: lp:~ahayzen/ubuntu-weather-app/fix-duplicate-resources
Merge into: lp:ubuntu-weather-app
Diff against target: 11 lines (+1/-0)
1 file modified
CMakeLists.txt (+1/-0)
To merge this branch: bzr merge lp:~ahayzen/ubuntu-weather-app/fix-duplicate-resources
Reviewer Review Type Date Requested Status
Jenkins Bot continuous-integration Approve
Andrew Hayzen Approve
Review via email: mp+314621@code.launchpad.net

Commit message

* Set UBUNTU-WEATHER_APP_DIR so that resources are duplicated in snap mode

Description of the change

* Set UBUNTU-WEATHER_APP_DIR so that resources are duplicated in snap mode

To post a comment you must log in.
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

This is in the snap edge channel so going to approve.

review: Approve
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2016-01-06 03:06:55 +0000
+++ CMakeLists.txt 2017-01-12 14:09:55 +0000
@@ -69,6 +69,7 @@
69 DESTINATION ${CMAKE_INSTALL_BINDIR})69 DESTINATION ${CMAKE_INSTALL_BINDIR})
70 set(DESKTOP_DIR ${CMAKE_INSTALL_DATADIR}/applications)70 set(DESKTOP_DIR ${CMAKE_INSTALL_DATADIR}/applications)
71 set(URLS_DIR ${CMAKE_INSTALL_DATADIR}/url-dispatcher/urls)71 set(URLS_DIR ${CMAKE_INSTALL_DATADIR}/url-dispatcher/urls)
72 set(UBUNTU-WEATHER_APP_DIR "${DATA_DIR}/app")
72endif(CLICK_MODE)73endif(CLICK_MODE)
7374
74if(${CLICK_MODE})75if(${CLICK_MODE})

Subscribers

People subscribed via source and target branches

to all changes: