Skip to content

Commit

Permalink
.DS_Store file in .deb package, closes elastic#2017.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Jun 11, 2012
1 parent c9e3021 commit 1b409ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
<data>
<src>${project.basedir}/bin</src>
<type>directory</type>
<excludes>*.bat</excludes>
<excludes>*.bat, .DS_Store</excludes>
<mapper>
<type>perm</type>
<prefix>/usr/share/elasticsearch/bin</prefix>
Expand Down Expand Up @@ -470,6 +470,7 @@
<data>
<src>${project.basedir}/src/deb/default/</src>
<type>directory</type>
<excludes>.DS_Store</excludes>
<mapper>
<type>perm</type>
<prefix>/etc/default</prefix>
Expand All @@ -480,6 +481,7 @@
<data>
<src>${project.basedir}/src/deb/init.d/</src>
<type>directory</type>
<excludes>.DS_Store</excludes>
<mapper>
<type>perm</type>
<prefix>/etc/init.d</prefix>
Expand All @@ -491,6 +493,7 @@
<data>
<src>${project.basedir}/config</src>
<type>directory</type>
<excludes>.DS_Store</excludes>
<mapper>
<type>perm</type>
<prefix>/etc/elasticsearch</prefix>
Expand Down

0 comments on commit 1b409ea

Please sign in to comment.