From 74cffcfdb63146f4f297db17e6ba67cc971913a0 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 10 Jan 2016 03:50:34 +0100 Subject: [PATCH] patchinstall.sh: Remove comment about Makefiles. --- patches/patchinstall.sh | 5 ++--- staging/patchinstall.sh.in | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 4d9cfeb6..1676d573 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"