X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/e7eb3a2744aa45179daea235800753d3d1955338..211af11eabdfa1226ee2c7aec25002a1d7b25567:/prepare diff --git a/prepare b/prepare index ca24b2f..dd3de9b 100755 --- a/prepare +++ b/prepare @@ -22,7 +22,7 @@ srcdir=$(dirname $0) here=$(pwd) cd $srcdir rm -f COPYING -for f in /usr/share/common-licenses/GPL-2 $HOME/doc/GPL-2; do +for f in /usr/share/common-licenses/GPL-3 $HOME/doc/GPL-3 $HOME/Documents/GPL-3; do if test -e "$f"; then ln -s "$f" COPYING break