Updated, thanks WonderWoofy!
Search Criteria
Package Details: f2fs-tools-git 1.1.0.38.g57baa23-1
Package Actions
| Package Base: | f2fs-tools-git |
|---|---|
| Description: | Tools for Flash-Friendly File System (F2FS) |
| Upstream URL: | http://sourceforge.net/projects/f2fs-tools/ |
| Category: | system |
| Licenses: | |
| Submitter: | Boohbah |
| Maintainer: | Boohbah |
| Last Packager: | None |
| Votes: | 8 |
| First Submitted: | 2012-12-22 01:49 |
| Last Updated: | 2013-08-01 02:09 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by Boohbah
Comment by WonderWoofy
The /bin -> /usr/bin move is near. As such, we need to remove all the things! ...from /bin, /sbin, and /usr/sbin. So the PKGBUILD needs to be updated. The "./configure" line needs to look like this:
./configure --prefix=/usr --sbindir=/usr/bin
and the last "make" line in package() needs to look like this:
make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
Comment by Boohbah
Another small fix, added sed to filter 'v' from pkgver.
Comment by Boohbah
DosAmp: fixed, thanks!
Comment by DosAmp
Please change DESTDIR to "$pkgdir". Without that, the code is installed to /usr/usr instead of /usr now.
Comment by Boohbah
Updated for pacman 4.1
Comment by majetree
для работы пакета в PKGBUILD заменить
git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git
на
http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git