File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ function package_linux_version() {
6565 OUTPUT_PATH=build
6666 RESOURCES_PATH=$OUTPUT_PATH /shared
6767 rm -f $OUTPUT_PATH ; mkdir $OUTPUT_PATH
68+ ls -R $OUTPUT_PATH
6869 mkdir $OUTPUT_PATH /icons; cp icons/pharo-launcher.png $OUTPUT_PATH /icons/
6970 cp linux/pharo-launcher-ui $OUTPUT_PATH /
7071 cp scripts/pharo-launcher.sh $OUTPUT_PATH /pharo-launcher
@@ -74,6 +75,7 @@ function package_linux_version() {
7475 cp PharoLauncher.image $RESOURCES_PATH
7576 cp PharoLauncher.changes $RESOURCES_PATH
7677 cp Pharo* .sources $RESOURCES_PATH
78+ ls -R $OUTPUT_PATH
7779 fetch_current_vm_to $( pwd)
7880 # ensure the linux scripts are executable
7981 chmod +x " $OUTPUT_PATH /pharo-launcher" " $OUTPUT_PATH /pharo-launcher-ui" || true
You can’t perform that action at this time.
0 commit comments