Skip to content

Commit 2c86951

Browse files
committed
install.sh: Install a copy of the info output to $PREFIX/share/caffeine
1 parent a266aa4 commit 2c86951

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,9 @@ else
671671
ln -sf "$LIBCAFFEINE_DST" "$PREFIX/lib/libcaffeine.a"
672672
fi
673673

674+
mkdir -p "$PREFIX/share/caffeine"
675+
./$RUN_FPM_SH info > "$PREFIX/share/caffeine/caffeine-info-$GASNET_CONDUIT-$GASNET_THREADMODE.txt"
676+
674677
cat << EOF
675678
676679
________________ Caffeine has been dispensed! ________________

0 commit comments

Comments
 (0)