diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 783b5fa3..89092673 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -2,7 +2,7 @@ # # Script to automatically install all Wine Staging patches # -# Copyright (C) 2015 Sebastian Lackner +# Copyright (C) 2015-2016 Sebastian Lackner # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -26,8 +26,7 @@ usage() echo "Usage: ./patchinstall.sh [DESTDIR=path] [--all] [-W patchset] [patchset ...]" echo "" echo "Autogenerated script to apply all Wine Staging patches on your Wine" - echo "source tree. This script replaces and enhances the old method of" - echo "using a Makefile." + echo "source tree." echo "" echo "Configuration:" echo " DESTDIR=path Specify the path to the wine source tree" diff --git a/staging/patchinstall.sh.in b/staging/patchinstall.sh.in index 5cf75b63..21bfc468 100644 --- a/staging/patchinstall.sh.in +++ b/staging/patchinstall.sh.in @@ -2,7 +2,7 @@ # # Script to automatically install all Wine Staging patches # -# Copyright (C) 2015 Sebastian Lackner +# Copyright (C) 2015-2016 Sebastian Lackner # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -26,8 +26,7 @@ usage() echo "Usage: ./patchinstall.sh [DESTDIR=path] [--all] [-W patchset] [patchset ...]" echo "" echo "Autogenerated script to apply all Wine Staging patches on your Wine" - echo "source tree. This script replaces and enhances the old method of" - echo "using a Makefile." + echo "source tree." echo "" echo "Configuration:" echo " DESTDIR=path Specify the path to the wine source tree"