diff options
Diffstat (limited to 'source/xap/gimp/gimp.SlackBuild')
-rwxr-xr-x | source/xap/gimp/gimp.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/xap/gimp/gimp.SlackBuild b/source/xap/gimp/gimp.SlackBuild index 57c7aa7d5..c854d3424 100755 --- a/source/xap/gimp/gimp.SlackBuild +++ b/source/xap/gimp/gimp.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2015, 2018 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2015, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -87,6 +87,7 @@ CFLAGS="$SLKCFLAGS" \ --infodir=/usr/info \ --docdir=/usr/doc/gimp-$VERSION \ --disable-static \ + --disable-check-update \ --build=$ARCH-slackware-linux || exit 1 make $NUMJOBS || make || exit 1 |