+#!/bin/sh
+for t in rpm deb; do
+../build/linux/openjdk-14-jpackage+1-70_linux/jdk-14/bin/jpackage --type $t --dest /tmp/testPackage$t --name scsi2sd-util --description "SCSI2SD Configuration Utility" --module-path target/scsi2sd.ui-1.1-SNAPSHOT.jar:target/install/:../build/linux/javafx-jmods-11.0.2:../scsi2sd.io/target/install --module com.codesrc.scsi2sd.ui/com.codesrc.scsi2sd.App --java-options "--add-exports javafx.graphics/com.sun.javafx.css=org.controlsfx.controls --add-opens javafx.graphics/javafx.scene=org.controlsfx.controls" --license-file doc/COPYING --copyright "2020 Michael McMaster" --app-version 1.1 --vendor codesrc --linux-package-deps dfu-util --linux-deb-maintainer michael@codesrc.com --linux-rpm-license-type "GPLv3+" --linux-menu-group Utilities --linux-shortcut
+
+done