Skip to content

Commit

Permalink
add log dir
Browse files Browse the repository at this point in the history
  • Loading branch information
osallou committed Dec 27, 2017
1 parent b4d759e commit fec9a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/centos/os-vm-expire.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ PBR_VERSION=%{version} python setup.py build
%install
PBR_VERSION=%{version} python setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
mkdir -p $RPM_BUILD_ROOT/etc/os-vm-expire
mkdir -p $RPM_BUILD_ROOT/var/log/os-vm-expire
cp -r etc/os-vm-expire/* $RPM_BUILD_ROOT/etc/os-vm-expire/
install -p -D -m 640 etc/oslo-config-generator/policy.json.sample $RPM_BUILD_ROOT/etc/os-vm-expire/policy.json
install -p -D -m 640 etc/oslo-config-generator/osvmexpire.conf.sample $RPM_BUILD_ROOT/etc/os-vm-expire/osvmexpire.conf
Expand Down

0 comments on commit fec9a59

Please sign in to comment.