Skip to content

Commit 6694b7f

Browse files
committed
Stupid typo
1 parent a72dd58 commit 6694b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ =head1 DESCRIPTION
194194
&& echo '{{sha1}} *perl-{{version}}.tar.bz2' | sha1sum -c - \
195195
&& tar --strip-components=1 -xjf perl-{{version}}.tar.bz2 -C /usr/src/perl \
196196
&& rm perl-{{version}}.tar.bz2 \
197-
&& cat DevelPatchPerl.patch | patch -p1
197+
&& cat DevelPatchPerl.patch | patch -p1 \
198198
&& ./Configure {{args}} {{extra_flags}} -des \
199199
&& make -j$(nproc) \
200200
&& {{test}} \

0 commit comments

Comments
 (0)