Skip to content

Commit

Permalink
Merge pull request elastic#12704 from nik9000/create_scripts
Browse files Browse the repository at this point in the history
rpm and deb create scripts directory
  • Loading branch information
nik9000 committed Aug 10, 2015
2 parents b1fd0a6 + f1fc2ef commit d608766
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions distribution/deb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@
<group>root</group>
</mapper>
</data>
<data>
<type>template</type>
<paths>
<path>${packaging.elasticsearch.conf.dir}/scripts</path>
</paths>
</data>
<!-- Add environment vars file -->
<data>
<src>${project.build.directory}/generated-packaging/deb/env/elasticsearch</src>
Expand Down
4 changes: 4 additions & 0 deletions distribution/rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@
</source>
</sources>
</mapping>
<mapping>
<directory>${packaging.elasticsearch.conf.dir}/scripts</directory>
<configuration>noreplace</configuration>
</mapping>
<!-- Add environment vars file -->
<mapping>
<directory>/etc/sysconfig/</directory>
Expand Down

0 comments on commit d608766

Please sign in to comment.