Skip to content

Commit 2d5684d

Browse files
committed
fix: el5 fake perl src
1 parent 9227ec4 commit 2d5684d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ BUILD_RPM() {
123123

124124
# Hack: fake the perl src when perl is ready already(docker images)
125125
[[ $(perl -e 'print $] >= 5.010 ? 1 : 0') -eq 0 ]] && \
126-
touch ./el5/SOURCES/$PERLSRC
126+
touch ./downloads/$PERLSRC
127127

128128
RPMBUILDOPTS+=('--define' "perlver ${PERLVER}" '--define' 'dist .el5')
129129
export CC=gcc44

0 commit comments

Comments
 (0)