buildroot
buildroot copied to clipboard
Stuff under xen-api.git/scripts/ not packaged into rpm
These scripts are installed by the make install target (see scripts/OMakefile) but we don't call make install
in the buildroot's xapi.spec
. Instead we cherry pick particular files, and we don't take the scripts. We probably do this because the make install
target isn't flexible enough to adapt to the different filesystem layout in buildroot - if so we should fix that. In the meantime we can add the scripts files to the spec file's install recipe, and list them in the appropriate sub-package.
Don't forget that these scripts require substitutions to be made (@BINDIR@ etc)