diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-09-04 07:36:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-04 07:36:19 +0700 |
commit | 8def30fe1b0d97f292a6866f988f27935fcc593f (patch) | |
tree | 695779b25930db81b729ac4f802a1e2802551e63 /system/wine | |
parent | d95ce582519757733f7f98516eecd5b1ea67a171 (diff) | |
download | slackbuilds-8def30fe1b0d97f292a6866f988f27935fcc593f.tar.gz |
system/wine: Fix missing original copyright.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wine')
-rw-r--r-- | system/wine/wine.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index a59573eeda..8967927c72 100644 --- a/system/wine/wine.SlackBuild +++ b/system/wine/wine.SlackBuild @@ -3,8 +3,8 @@ # Slackware build script for wine # Copyright 2011 David Woodfall +# Copyright 2006-2009 Robby Workman Northport, AL, USA # All rights reserved. -# Uses patches supplied by Robby Workman's previous slackbuild. # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -107,7 +107,7 @@ if [ -n "$WIN64" ]; then CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ../configure \ - --enable-win64 \ + --enable-win64 \ --prefix=/usr \ --libdir=/usr/lib64 \ --localstatedir=/var \ |