Merge lp:~markellmtthw/beat-box/fix-932224 into lp:beat-box/1.x

Proposed by Matthew Markell
Status: Merged
Merged at revision: 552
Proposed branch: lp:~markellmtthw/beat-box/fix-932224
Merge into: lp:beat-box/1.x
Diff against target: 19 lines (+2/-1)
1 file modified
INSTALL (+2/-1)
To merge this branch: bzr merge lp:~markellmtthw/beat-box/fix-932224
Reviewer Review Type Date Requested Status
Victor Martinez (community) Approve
Review via email: mp+93415@code.launchpad.net

Commit message

Fix for lp:932224

To post a comment you must log in.
Revision history for this message
Victor Martinez (victored) wrote :

Looks fine to me, thanks again Matthew :)

review: Approve
Revision history for this message
Matthew Markell (markellmtthw) wrote :

I'm glad I can help out :)

On Thu 16 Feb 2012 10:22:57 AM CST, Victor Eduardo wrote:
> Review: Approve
>
> Looks fine to me, thanks again Matthew :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2012-01-28 05:25:27 +0000
3+++ INSTALL 2012-02-16 14:39:18 +0000
4@@ -35,6 +35,7 @@
5 libdbusmenu-gtk3-dev
6 libgpod-dev
7 libgranite-dev
8+libpeas-dev
9
10 --------------------------------------------------------------------------------
11 BUILDING
12@@ -43,6 +44,6 @@
13 cd beat-box
14 mkdir build
15 cd build
16-cmake ..
17+cmake .. -DCMAKE_INSTALL_PREFIX=/usr
18 make
19 sudo make install

Subscribers

People subscribed via source and target branches