Преглед на файлове

SQSCANNER-117 Make jre/lib/jspawnhelper executable on linux

tomvb/node-install
Duarte Meneses преди 9 месеца
родител
ревизия
551d1fd78e
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 13
    0
      src/main/assembly/dist-linux.xml

+ 13
- 0
src/main/assembly/dist-linux.xml Целия файл

@@ -14,6 +14,8 @@
<excludes>
<exclude>bin/**</exclude>
<exclude>man/**</exclude>
<exclude>lib/jspawnhelper</exclude>
<exclude>lib/jexec</exclude>
<exclude>plugin/**</exclude>
</excludes>
</fileSet>
@@ -28,6 +30,17 @@
<fileMode>0755</fileMode>
</fileSet>

<!-- jre lib executable files -->
<fileSet>
<directory>${unpack.dir}/linux/${jre.dirname.linux}/lib</directory>
<outputDirectory>jre/lib</outputDirectory>
<includes>
<include>jspawnhelper</include>
<include>jexec</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>

<!-- scanner files -->
<fileSet>
<directory>${project.build.directory}</directory>

Loading…
Отказ
Запис