Search Criteria
Package Details: f2fs-tools-git 1.12.0-2
Git Clone URL: | https://aur.archlinux.org/f2fs-tools-git.git (read-only, click to copy) |
---|---|
Package Base: | f2fs-tools-git |
Description: | Tools for Flash-Friendly File System (F2FS) |
Upstream URL: | https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/ |
Licenses: | |
Submitter: | None |
Maintainer: | arsfeld |
Last Packager: | arsfeld |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2012-12-22 01:49 |
Last Updated: | 2020-06-01 16:16 |
Latest Comments
« First ‹ Previous 1 2
WonderWoofy commented on 2013-05-31 14:53
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
Anonymous comment on 2013-04-29 09:39
Another small fix, added sed to filter 'v' from pkgver.
Anonymous comment on 2013-04-29 06:50
DosAmp: fixed, thanks!
DosAmp commented on 2013-04-21 11:54
Please change DESTDIR to "$pkgdir". Without that, the code is installed to /usr/usr instead of /usr now.
Anonymous comment on 2013-04-12 23:45
Updated for pacman 4.1
xotkot commented on 2013-03-19 20:09
для работы пакета в 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