Skip to content

Commit

Permalink
system/perl-5.28: Optionally build into /dev/shm
Browse files Browse the repository at this point in the history
Support test build into /dev/shm.
  • Loading branch information
donald committed Jan 31, 2019
1 parent 3dab478 commit 7634bc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/perl-5.28.1-0.build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ set -xe
PKG=perl
VERSION=5.28.1
BUILD=0

PREFIX=/usr/local/system/$PKG-$VERSION-$BUILD
if [ -n "$TESTING" ]; then PREFIX=/dev/shm/$PKG-$VERSION-$BUILD ; fi

mkdir -p $PREFIX
cat >$PREFIX/profile <<-EOF
Expand Down

0 comments on commit 7634bc2

Please sign in to comment.