Skip to content

Commit ef3be85

Browse files
committed
testing apt-get support
1 parent 02d62d1 commit ef3be85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [ -f $BUILD_DIR/Aptfile ]; then
5656
mkdir -p "$APT_STATE_DIR/lists/partial"
5757
apt-get $APT_OPTIONS update
5858
for PACKAGE in $(cat $BUILD_DIR/Aptfile); do
59-
status "'$PACKAGE' entry found in Aptfile."
59+
status "Entry found in Aptfile for $PACKAGE."
6060
if [[ $PACKAGE == 'libblocksruntime-dev' || $PACKAGE == 'libkqueue0' || $PACKAGE == 'libcurl3' || $PACKAGE == 'openssl' || $PACKAGE == 'libssl-dev' ]]; then
6161
status "$PACKAGE already installed."
6262
continue

0 commit comments

Comments
 (0)