diff options
Diffstat (limited to 'source/ap/xfsdump/xfsdump.SlackBuild')
-rwxr-xr-x | source/ap/xfsdump/xfsdump.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/ap/xfsdump/xfsdump.SlackBuild b/source/ap/xfsdump/xfsdump.SlackBuild index f293b6a38..a5cd0d85a 100755 --- a/source/ap/xfsdump/xfsdump.SlackBuild +++ b/source/ap/xfsdump/xfsdump.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2013 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -48,8 +48,6 @@ rm -rf xfsdump-$(echo $VERSION | cut -f 1 -d '-') tar xvf $CWD/xfsdump-$VERSION.tar.?z* || exit 1 cd xfsdump-$(echo $VERSION | cut -f 1 -d '-') || exit 1 -zcat $CWD/xfsdump.destdir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 1 - chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |