Skip to content

Commit 3c15986

Browse files
author
Nathan Bridgewater
committed
testing out a fix for the package name mono-2.11.0 containing folder mono-2.11
1 parent db42697 commit 3c15986

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mono-install-scripts/fedora/install_mono-2.11.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ echo
6464
echo "building mono packages"
6565
echo
6666

67+
PACKAGES[0]="mono-2.11" #this was misnamed in the 2.11.0 package
68+
6769
for i in "${PACKAGES[@]}"
6870
do
6971
cd $BUILDDIR/$i

mono-install-scripts/ubuntu/install_mono-2.11.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ echo
6464
echo "building mono packages"
6565
echo
6666

67+
PACKAGES[0]="mono-2.11" #this was misnamed in the 2.11.0 package
68+
6769
for i in "${PACKAGES[@]}"
6870
do
6971
cd $BUILDDIR/$i

0 commit comments

Comments
 (0)