diff options
Diffstat (limited to 'system/cdfs/cdfs.SlackBuild')
-rw-r--r-- | system/cdfs/cdfs.SlackBuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/system/cdfs/cdfs.SlackBuild b/system/cdfs/cdfs.SlackBuild index 81b52c8ea4..754c48d610 100644 --- a/system/cdfs/cdfs.SlackBuild +++ b/system/cdfs/cdfs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cdfs -# Copyright 2009 Robby Workman Northport, AL, USA +# Copyright 2009, 2010 Robby Workman Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=cdfs VERSION=2.6.27 ARCH=$(uname -m) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} KERNEL=${KERNEL:-"$(uname -r)"} @@ -50,11 +50,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# Thanks to "MrWeatherbee" from the Arch forums for the nudge on this :) -# http://bbs.archlinux.org/viewtopic.php?id=38894 -# sendfile() is obsolete - use splice() -patch -p1 < $CWD/cdfs-splice_not_sendfile.patch - make KDIR=/lib/modules/${KERNEL}/build mkdir -p $PKG/lib/modules/${KERNEL}/extra |