Skip to content

Commit 21a0c60

Browse files
authored
Update build-cmssw-ib-with-patch
1 parent ee6bffd commit 21a0c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-cmssw-ib-with-patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fi
116116
## build and upload revision based packages
117117
REV_PKGS=""
118118
REV_UPLOAD=""
119-
for p in cms-common fakesystem gcc-fixinclude; do
119+
for p in cms-common fakesystem gcc-fixincludes; do
120120
[ -e CMSDIST/${p}.spec ] && REV_PKGS="${REV_PKGS} ${p}"
121121
done
122122
if [ "${REV_PKGS}" != "" ] ; then

0 commit comments

Comments
 (0)