config/puppet-modules-wrs/puppet-nova_api_proxy/src/Makefile
Erich Cordoba ea0b33e950 Standardize makefiles for puppet-modules-wrs
The puppet-modules-wrs is formed by several subcomponents, in all
of them the same changes were applied:

  - Create a makefile with a install target.
  - Remove license file from build_srpm.data as is not needed.
  - Update target in specfile
  - Change autosetup to setup in specfile, this was bug in the spec
    files.

Testing:
  - Verification on correct install paths.
  - config_controller complete on simplex configuration.

Change-Id: I1512eb0c3034ffa2d57d098dab9800bdaba5b48d
Story: 2004043
Task: 27552
Signed-off-by: Erich Cordoba <erich.cordoba.malibran@intel.com>
2019-02-11 13:30:42 -06:00

10 lines
177 B
Makefile

#
# SPDX-License-Identifier: Apache-2.0
#
MODULEDIR ?= /usr/share/puppet/modules
install:
install -d -m 0755 $(MODULEDIR)/nova_api_proxy
cp -R nova_api_proxy/ $(MODULEDIR)/