--- plamo/01_minimum/old/nilfs_utils-20161006/PlamoBuild.nilfs_utils-2.1.1 2016-10-06 09:54:35.000000000 +0900 +++ plamo/01_minimum/nilfs_utils/PlamoBuild.nilfs_utils-2.2.5 2016-10-07 08:05:02.000000000 +0900 @@ -1,15 +1,15 @@ #!/bin/sh ###################################################################### -url="http://nilfs.sourceforge.net/download/nilfs-utils-2.1.1.tar.bz2" +url="http://nilfs.sourceforge.net/download/nilfs-utils-2.2.5.tar.bz2" pkgbase=nilfs_utils -vers=2.1.1 +vers=2.2.5 arch=`uname -m` -build=P2 +build=P1 src=nilfs-utils-$vers patchfiles="" -OPT_CONFIG="" -DOCS="README AUTHORS INSTALL NEWS ChangeLog COPYING" +OPT_CONFIG="--without-selinux" +DOCS="AUTHORS README COPYING NEWS ChangeLog INSTALL" ###################################################################### fscheck() { @@ -296,6 +296,7 @@ done convert tar cvpf $pkg.tar -C $P `cd $P ; find sbin | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/sbin | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/include | tail -n+2`