diff options
Diffstat (limited to 'source/d/cmake/cmake.SlackBuild')
-rwxr-xr-x | source/d/cmake/cmake.SlackBuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/d/cmake/cmake.SlackBuild b/source/d/cmake/cmake.SlackBuild index b6849a14f..b20759875 100755 --- a/source/d/cmake/cmake.SlackBuild +++ b/source/d/cmake/cmake.SlackBuild @@ -67,9 +67,6 @@ rm -rf $PKGNAM-$VERSION tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 -# Work around breakage with doxygen-1.8.15: -zcat $CWD/cmake.doxygen-1.8.15.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 \) \ |