squashfs-tools : broken symlink
by marav from LinuxQuestions.org on (#5Q98Q)
In the makefile we have :
Code:line 319 :
ln -sf mksquashfs sqfstar
line 376:
ln -sf unsquashfs sqfscatsquashfs-tools.SlackBuild
Code:# Install:
make install INSTALL_DIR=$PKG/usr/bin || exit 1the result is :
Code:blackstar bin # file sqfs*
sqfscat: broken symbolic link to /tmp/package-squashfs-tools/usr/bin/unsquashfs
sqfstar: broken symbolic link to /tmp/package-squashfs-tools/usr/bin/mksquashfs
Code:line 319 :
ln -sf mksquashfs sqfstar
line 376:
ln -sf unsquashfs sqfscatsquashfs-tools.SlackBuild
Code:# Install:
make install INSTALL_DIR=$PKG/usr/bin || exit 1the result is :
Code:blackstar bin # file sqfs*
sqfscat: broken symbolic link to /tmp/package-squashfs-tools/usr/bin/unsquashfs
sqfstar: broken symbolic link to /tmp/package-squashfs-tools/usr/bin/mksquashfs