diff options
Diffstat (limited to 'development/monodevelop/monodevelop.SlackBuild')
-rw-r--r-- | development/monodevelop/monodevelop.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/development/monodevelop/monodevelop.SlackBuild b/development/monodevelop/monodevelop.SlackBuild index e2d10f400a..9e08c4c385 100644 --- a/development/monodevelop/monodevelop.SlackBuild +++ b/development/monodevelop/monodevelop.SlackBuild @@ -23,7 +23,7 @@ PRGNAM=monodevelop VERSION=${VERSION:-6.3.0.864} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,6 +70,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# https://bugzilla.xamarin.com/show_bug.cgi?id=57019 +patch -p 1 < ${CWD}/fix-nuget-mgm.patch + pushd main ./configure \ --prefix=/usr \ |