Merge lp:~dobey/ubuntuone-client/fix-distcheck into lp:ubuntuone-client

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 861
Merged at revision: 861
Proposed branch: lp:~dobey/ubuntuone-client/fix-distcheck
Merge into: lp:ubuntuone-client
Diff against target: 12 lines (+1/-1)
1 file modified
Makefile.am (+1/-1)
To merge this branch: bzr merge lp:~dobey/ubuntuone-client/fix-distcheck
Reviewer Review Type Date Requested Status
Manuel de la Peña (community) Approve
Eric Casteleijn (community) Approve
Review via email: mp+49455@code.launchpad.net

Commit message

Don't use $(top_srcdir) in pypackages variable, as we don't need to

To post a comment you must log in.
Revision history for this message
Eric Casteleijn (thisfred) :
review: Approve
Revision history for this message
Manuel de la Peña (mandel) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.am'
2--- Makefile.am 2011-02-09 19:54:46 +0000
3+++ Makefile.am 2011-02-11 19:51:24 +0000
4@@ -10,7 +10,7 @@
5 pythonpkgdir = $(pythondir)/$(PACKAGE)
6 pypackages = \
7 ubuntuone \
8- $(shell SRCDIR="$(top_srcdir)/ubuntuone"; for i in `find $$SRCDIR -type d`; do DIRNAME=`basename $$i`; if [ "x$$DIRNAME" != "xtest" ]; then printf "$$i "; fi; done)
9+ $(shell SRCDIR="ubuntuone"; for i in `find $$SRCDIR -type d`; do DIRNAME=`basename $$i`; if [ "x$$DIRNAME" != "xtest" ]; then printf "$$i "; fi; done)
10
11 # Install our scripts and extra data here
12 bin_SCRIPTS = \

Subscribers

People subscribed via source and target branches