We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0454d86 + ae65876 commit c18857aCopy full SHA for c18857a
1 file changed
scripts/malcolm_appliance_packager.sh
@@ -124,7 +124,6 @@ if mkdir "$DESTDIR"; then
124
# these scripts go in both the tarball and the run path
125
cp $VERBOSE ./scripts/install.py "$DESTDIR/scripts/"
126
cp $VERBOSE ./scripts/install.py "$RUN_PATH/"
127
- cp $VERBOSE ./scripts/legacy_install.py "$RUN_PATH/"
128
git ls-files ./scripts/installer | /usr/bin/rsync -R --files-from=- ./ "$DESTDIR/"
129
rm -rf "$DESTDIR/"scripts/installer/tests "$DESTDIR/"scripts/installer/ui/gui
130
pushd "./scripts" >/dev/null 2>&1
0 commit comments