--- plamo/00_base/old/nkf-20160324/PlamoBuild.nkf-2.1.2 2016-03-24 11:52:09.000000000 +0900 +++ plamo/00_base/nkf/PlamoBuild.nkf-2.1.2 2016-03-24 12:26:46.000000000 +0900 @@ -267,8 +267,10 @@ find $P ! -type l -newer i.st ! -newer i.et \ -exec touch -t `date '+%m%d0900'` {} \; compress - strip_libdir $P/usr/$libdir/perl5/auto/NKF - touch -t `date '+%m%d0900'` $P/usr/$libdir/perl5/auto/NKF + strip_libdir \ + $P/usr/$libdir/perl5/site_perl/*/$arch-linux-thread-multi/auto/NKF + touch -t `date '+%m%d0900'` \ + $P/usr/$libdir/perl5/site_perl/*/$arch-linux-thread-multi/auto/NKF gzip_dir $mandir/ja_JP.eucJP/man1 for i in `seq 0 $((${#DOCS[@]} - 1))` ; do for j in ${DOCS[$i]} ; do @@ -289,7 +291,8 @@ done convert tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` - tar rvpf $pkg.tar -C $P usr/$libdir/perl5/{auto/NKF,NKF.pm} + tar rvpf $pkg.tar -C $P \ + usr/$libdir/perl5/site_perl/5.14.2/$arch-linux-thread-multi/{auto/NKF,NKF.pm} tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man3 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/ja_JP.eucJP/man1 | tail -n+2`