Skip to content

quilt setup does not work with tetra generated spec files #11

@mcalmer

Description

@mcalmer

Using quilt for adding patches is very popular in SUSE.
But tetra generated spec files do not setup correctly:

spark$> quilt setup -v spark.spec
[...]
+ cp -Rf /usr/share/tetra ../kit
cp: cannot stat '/usr/share/tetra': No such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.zhjw9f (%prep)

I wonder if a "copy" is really needed. Maybe a symlink would be enough?

 - cp -Rf /usr/share/tetra ../kit
 + ln -sf /usr/share/tetra ../kit

This would work with quilt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions