Comment 5 for bug 295401

Revision history for this message
Daniel Moerner (dmoerner) wrote : Re: [Bug 295401] Re: no workout preset data for kipina

On 11/9/08, Efrain Valles <email address hidden> wrote:
>
> I have made the suggested changes and it worked. I was albe to run kipinä with the presetdata on a jaunty box, I attach a debdiff from versions and build log.
>

This is one way to fix it, but a more portable fix would be to just
patch debian/rules. In general it's better to use debian/rules for
things like this instead of patching the source. If you do want to
patch the source, you might want to use a patch system like cdbs or
quilt. In the patch below I also spaced out the ./configure call a
bit to make it easier to read.

Daniel