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 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|[email protected]    |[email protected]




--- Comment #5 from Jussi Lehtola <[email protected]>  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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to