diff options
Diffstat (limited to 'source/kde/polkit-kde-1/polkit-kde-1.SlackBuild')
-rwxr-xr-x | source/kde/polkit-kde-1/polkit-kde-1.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source/kde/polkit-kde-1/polkit-kde-1.SlackBuild b/source/kde/polkit-kde-1/polkit-kde-1.SlackBuild index eab0d56b..eb896170 100755 --- a/source/kde/polkit-kde-1/polkit-kde-1.SlackBuild +++ b/source/kde/polkit-kde-1/polkit-kde-1.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2009, 2010 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -48,6 +48,8 @@ echo "Building polkit-kde-1-$VERSION..." tar xvf $CWD/../src/polkit-kde-1-$VERSION.tar.?z* || exit 1 cd polkit-kde-1-$VERSION +zcat $CWD/polkit-kde-1.nodrkonqi.diff.gz | patch -p1 --verbose || exit 1 + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |