summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author David Woodfall2018-09-04 02:36:19 +0200
committer Willy Sudiarto Raharjo2018-09-04 02:36:19 +0200
commit8def30fe1b0d97f292a6866f988f27935fcc593f (patch)
tree695779b25930db81b729ac4f802a1e2802551e63 /system
parentd95ce582519757733f7f98516eecd5b1ea67a171 (diff)
downloadslackbuilds-8def30fe1b0d97f292a6866f988f27935fcc593f.tar.gz
system/wine: Fix missing original copyright.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/wine/wine.SlackBuild4
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 \