[Slackbuilds-users] ipython pkg permission mistake

vvoody wxj.g.sh at gmail.com
Fri Aug 27 02:43:44 UTC 2010


ipython.Slackbuild
... ...
# Install documentation:
mkdir -p $PKG/usr/doc
mv $PKG/usr/share/doc/ipython $PKG/usr/doc/ipython-$VERSION
chmod -R 0644 $PKG/usr/doc/$PKGNAM-$VERSION/*
... ...

The 'chmod' line made the fault, which caused normal users not able to enter
into the directories of ipython-$VERSION/.

ll /usr/doc/ipython-0.10
total 12
drw-r--r-- 4 root root 4096 2010-08-27 09:56 examples/
drw-r--r-- 2 root root 4096 2010-08-27 09:56 extensions/
drw-r--r-- 3 root root 4096 2010-08-27 09:56 manual/

Acutally, the permissions before makeing pkg are ok. So, maby that line is
no need, or using a better way instead.

Best regards.

-- 
Free as freedom, slack as Slackware.
vvoody
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20100827/84bb44ec/attachment.htm>


More information about the SlackBuilds-users mailing list