Skip to content

Commit

Permalink
system/perl-5.28: Update version in build script
Browse files Browse the repository at this point in the history
donald committed Jan 31, 2019
1 parent 4903e5b commit fe58f2b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions system/perl-5.28.1-0.build.sh
Original file line number Diff line number Diff line change
@@ -3,14 +3,14 @@ set -xe

# to build system perl:
# umask 022
# sudo mkdir -p /usr/local/system/perl-5.24.1-1
# sudo chown build:build /usr/local/system/perl-5.24.1-1
# sudo -u build ./perl-5.24.1-1.build.sh
# sudo chown -R bin:bin /usr/local/system/perl-5.24.1-1
# sudo mkdir -p /usr/local/system/perl-5.28.1-0
# sudo chown build:build /usr/local/system/perl-5.28.1-0
# sudo -u build ./perl-5.28.1-0.build.sh
# sudo chown -R bin:bin /usr/local/system/perl-5.28.1-0

PKG=perl
VERSION=5.24.1
BUILD=1
VERSION=5.28.1
BUILD=0
PREFIX=/usr/local/system/$PKG-$VERSION-$BUILD

mkdir -p $PREFIX

0 comments on commit fe58f2b

Please sign in to comment.