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

--- Comment #28 from Parag AN(पराग) <[email protected]> 2012-03-19 02:52:45 
EDT ---

See you are installing 
install -pm 0644 xml2dict.py $RPM_BUILD_ROOT%{python_sitelib}/
install -pm 0644 object_dict.py $RPM_BUILD_ROOT%{python_sitelib}/

But to install above files you must have first build root path created which is
currently done by
install -d $RPM_BUILD_ROOT%{python_sitelib}/xml2dict

so all the directory hierarchy is created using above command but you have to
actually use this command
install -d $RPM_BUILD_ROOT%{python_sitelib}/

otherwise you will install unnecessary directory
$RPM_BUILD_ROOT%{python_sitelib}/xml2dict

-- 
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.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to