Skip to content

Commit 8584780

Browse files
committed
debug
1 parent d22683e commit 8584780

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)