Article 6M1RH Broken-symlink: python-docutils

Broken-symlink: python-docutils

by
marav
from LinuxQuestions.org on (#6M1RH)
In the SlackBuild
Code:cd $PKG/usr/bin
for i in *.py; do
ln -s "$i" "$PKG/usr/bin/$(basename $i .py)"
done
cd -leads to :
Code:# file "/usr/bin/*"
/usr/bin/*: broken symbolic link to *.pyAll python scripts in $PKG/usr/bin already have no .py extension

Warning:
I discourage people to manually
Code:# rm /usr/bin/*:D
In case of => rm /usr/bin/\*
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments