File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 <artifactId >cloudstack</artifactId >
2626 <version >4.1.0-SNAPSHOT</version >
2727 </parent >
28+ <properties >
29+ <mkisofs >mkisofs</mkisofs >
30+ </properties >
2831 <dependencies >
2932 <dependency >
3033 <groupId >log4j</groupId >
167170 </plugins >
168171 </build >
169172 <profiles >
173+ <!-- Debian will never distribute mkisofs due to licensing issues.
174+ Fortunately genisoimage is a work-alike -->
175+ <profile >
176+ <id >genisoimage</id >
177+ <activation >
178+ <file >
179+ <exists >/usr/bin/genisoimage</exists >
180+ </file >
181+ </activation >
182+ <properties >
183+ <mkisofs >genisoimage</mkisofs >
184+ </properties >
185+ </profile >
170186 <profile >
171187 <id >vmware</id >
172188 <activation >
209225 </execution >
210226 </executions >
211227 <configuration >
212- <executable >mkisofs</executable >
228+ <executable >${ mkisofs} </executable >
213229 <workingDirectory >dist</workingDirectory >
214230 <arguments >
215231 <argument >-quiet</argument >
You can’t perform that action at this time.
0 commit comments