- fix PLIST
PR: 75854 Submitted by: pirzyk@
This commit is contained in:
parent
a7a1c8059c
commit
636243a194
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128459
2 changed files with 3 additions and 1 deletions
|
@ -11,3 +11,5 @@ block size for the values you wish to see.
|
|||
The default block size output is 1024 bytes per
|
||||
block. So if you want to get the size in bytes
|
||||
just take the block size and * it by 1024.
|
||||
|
||||
WWW: http://search.cpan.org/~iguthrie/Filesys-Statvfs_Statfs_Df/
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/Statvfs.bs
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/mach/Filesys 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Filesys 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Filesys 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue