[Slackbuilds-users] Wrong privs in htscanner doc
Menno Duursma
druiloor at zonnet.nl
Tue Dec 8 21:55:19 UTC 2009
Hello,
I've just updated some scripts. One of which is for the htscanner.
On that one though i messed up some permissions apperently:
root at pc:/usr/doc# find . \( ! -user root \) -ls
357488 8 -rw-r--r-- 1 menno 1000 7628 Mar 4 2009
./htscanner-0.9.0/package.xml
Sorry abount this. If you remove the tarball from the pending que i'll
resubmit it, with this problem fixt. Or you can apply this patch:
--- htscanner.SlackBuild-old 2009-12-08 20:56:44.000000000 +0100
+++ htscanner.SlackBuild 2009-12-08 22:54:03.000000000 +0100
@@ -66,7 +66,8 @@
install -D --mode=644 docs/htscanner.ini $PKG/etc/php/htscanner.ini.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a CREDITS README ../package.xml $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a CREDITS README $PKG/usr/doc/$PRGNAM-$VERSION
+cp ../package.xml $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild >
$PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cat $CWD/README > $PKG/usr/doc/$PRGNAM-$VERSION/README$TAG
Sorry, take care,
-Menno.
More information about the SlackBuilds-users
mailing list