[Bug 502986] Review Request: ytree- A filemanager similar to XTree

bugzilla at redhat.com bugzilla at redhat.com
Thu May 28 10:03:15 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=502986


Jussi Lehtola <jussi.lehtola at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|nobody at fedoraproject.org    |jussi.lehtola at iki.fi




--- Comment #5 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-05-28 06:03:13 EDT ---
- You don't need DESTDIR="%{_prefix}" in the build phase.

- Remove the commented
 #make install DESTDIR=$RPM_BUILD_ROOT
line.

- You can drop
 mkdir -p $RPM_BUILD_ROOT/%{_bindir}
 mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
if you add the -D flag to install (you have to use
 install -m755 -D -p ytree $RPM_BUILD_ROOT/%{_bindir}/ytree
though).

- Don't tab the buildroot line, if you're not tabbing the other ones either.

-- 
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