Skip to content

running 'make install' twice oddness #81

@umlaeute

Description

@umlaeute

after building pd-lua I run make install and get the following directory structure (files are omitted for readabilities sake)

/usr/local/lib/pd-externals/
└── pdlua
    └── pdlua
        ├── examples
        │   ├── gui-example
        │   ├── multichannel
        │   ├── osci3d
        │   ├── paths-example
        │   │   └── subdir
        │   └── sig-example
        └── tutorial
            └── examples

12 directories

but if I then run make install again, I get:

/usr/local/lib/pd-externals/
└── pdlua
    └── pdlua
        ├── examples
        │   ├── gui-example
        │   ├── multichannel
        │   ├── osci3d
        │   ├── paths-example
        │   │   └── subdir
        │   └── sig-example
        ├── pdlua
        │   ├── examples
        │   │   ├── gui-example
        │   │   ├── multichannel
        │   │   ├── osci3d
        │   │   ├── paths-example
        │   │   │   └── subdir
        │   │   └── sig-example
        │   └── tutorial
        │       └── examples
        └── tutorial
            └── examples

22 directories

that is:

  • in the first run, the pdlua directory (with examples and tutorial) is copied as /usr/local/lib/pd-externals/pdlua/pdlua
  • in the second run, the pdlua directory is copied as /usr/local/lib/pd-externals/pdlua/pdlua/pdlua

and we end up with plenty of duplicate files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions