[Bug 500922] Review Request: zerofree - Utility to force unused ext2 inodes and blocks to zero

bugzilla at redhat.com bugzilla at redhat.com
Fri May 15 11:29:43 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=500922





--- Comment #10 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-05-15 07:29:42 EDT ---
If you want, you can shorten

cd %{name}-%{version}
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
cp zerofree $RPM_BUILD_ROOT%{_sbindir}

to a one-liner:

install -D -p -m 755 %{name}-%{version}/zerofree
$RPM_BUILD_ROOT%{_sbindir}/zerofree

(This also preserves the time stamp, even though it doesn't matter in case of a
compiled binary.)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list