14 years, 6 months ago
(2011-09-09 02:24:39 UTC)
#3
Updated patch. Please check it again.
https://codereview.appspot.com/4994043/diff/1/data/dconf/Makefile.am
File data/dconf/Makefile.am (right):
https://codereview.appspot.com/4994043/diff/1/data/dconf/Makefile.am#newcode45
data/dconf/Makefile.am:45: nodist_dconfprofile_DATA = \
On 2011/09/09 01:22:20, Daiki Ueno wrote:
> s/nodist/nobase/ ? nobase is necessary to install "db/ibus" as
> /etc/dconf/db/ibus not /etc/dconf/ibus.
>
> I think it should be:
>
> nobase_dconfprofile_DATA = db/ibus
> nobase_dist_dconfprofile_DATA = profile/ibus
>
> and also add db/ibus to CLEANFILES.
Done.
Issue 4994043: Fix make dist error if dsettings does not exist.
(Closed)
Created 14 years, 6 months ago by Peng
Modified 14 years, 6 months ago
Reviewers: Daiki Ueno
Base URL: git@github.com:ibus/ibus.git@master
Comments: 2