Fixed, thanks.
Search Criteria
Package Details: squashfs3-tools 3.4-2
Package Actions
| Package Base: | squashfs3-tools |
|---|---|
| Description: | Tools for squashfs, a highly compressed read-only filesystem for Linux. Version 3. |
| Upstream URL: | http://www.squashfs.org |
| Category: | system |
| Licenses: | |
| Submitter: | nous |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 8 |
| First Submitted: | 2011-02-20 23:08 |
| Last Updated: | 2011-06-08 10:53 |
Latest Comments
Comment by nous
Comment by yoshi314
small fix :
directories in
mkdir -p $pkgdir/usr/bin
install -m 0755 $srcdir/$_builddir/mksquashfs $pkgdir/sbin/mksquashfs3
install -m 0755 $srcdir/$_builddir/unsquashfs $pkgdir/sbin/unsquashfs3
should be the same everywhere , e.g.
mkdir -p $pkgdir/usr/bin
install -m 0755 $srcdir/$_builddir/mksquashfs $pkgdir/usr/bin/mksquashfs3
install -m 0755 $srcdir/$_builddir/unsquashfs $pkgdir/usr/bin/unsquashfs3
otherwise it gives a build failure.