summaryrefslogtreecommitdiffstats
path: root/kdmtheme
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2008-05-07 07:54:19 +0000
committer Eric Hameleers <alien@slackware.com>2008-05-07 07:54:19 +0000
commit77e7de49ef33e838d34100a2b4f7acb16307259c (patch)
tree2284da2a6448e8cfe3e7e25ea863d442b58d33d3 /kdmtheme
parent931f7bf4493318fab48a24bea75574528a4daafb (diff)
downloadasb-77e7de49ef33e838d34100a2b4f7acb16307259c.tar.gz
asb-77e7de49ef33e838d34100a2b4f7acb16307259c.tar.xz
Add SlackBuild to docdir
Diffstat (limited to 'kdmtheme')
-rwxr-xr-xkdmtheme/build/kdmtheme.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kdmtheme/build/kdmtheme.SlackBuild b/kdmtheme/build/kdmtheme.SlackBuild
index 20b39342..17026589 100755
--- a/kdmtheme/build/kdmtheme.SlackBuild
+++ b/kdmtheme/build/kdmtheme.SlackBuild
@@ -186,7 +186,8 @@ fi
# Add some documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION || true
-chmod -R a-w $PKG/usr/doc/$PRGNAM-$VERSION/*
+cp -a $SRCDIR/$(basename $0) $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
+find $PKG/usr/doc -type f -exec chmod 644 {} \;
# Move incorrectly installed man pages, if any
[ -d $PKG/usr/share/man ] && \