]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- fix debuginfo script
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 6 May 2004 19:13:52 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.spec -> 1.542

rpm.spec

index 9e981b3bc22aad2c724392ae318cab1c0f41c9c3..012087be932110f3c151e75d93d0683d5c93296f 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -751,6 +751,9 @@ for a in librpm-%{ver}.so librpmdb-%{ver}.so librpmio-%{ver}.so ; do
        ln -s /%{_lib}/$a $RPM_BUILD_ROOT%{_libdir}/$a
 done
 
+# fix debug script
+perl -pi -e 's#/.*/debugedit#%{_bindir}/debugedit#g' $RPM_BUILD_ROOT%{_rpmlibdir}/find-debuginfo.sh
+
 for f in $RPM_BUILD_ROOT%{_datadir}/locale/{en_RN,eu_ES,gl,hu,ro,wa,zh,zh_CN.GB2312}/LC_MESSAGES/rpm.mo ; do
        [ "`file $f | sed -e 's/.*,//' -e 's/message.*//'`" -le 1 ] && rm -f $f
 done
This page took 0.039465 seconds and 4 git commands to generate.