[kernel] r19652 - dists/trunk/linux-tools/debian/patches
Jonathan Nieder
jrnieder-guest at alioth.debian.org
Wed Dec 26 08:51:54 UTC 2012
Author: jrnieder-guest
Date: Wed Dec 26 08:51:54 2012
New Revision: 19652
Log:
Actually refresh patches
A whitespace error had snuck in. Sorry for the noise.
Modified:
dists/trunk/linux-tools/debian/patches/tools-perf-install.patch
Modified: dists/trunk/linux-tools/debian/patches/tools-perf-install.patch
==============================================================================
--- dists/trunk/linux-tools/debian/patches/tools-perf-install.patch Wed Dec 26 08:46:54 2012 (r19651)
+++ dists/trunk/linux-tools/debian/patches/tools-perf-install.patch Wed Dec 26 08:51:54 2012 (r19652)
@@ -16,5 +16,5 @@
+ $(INSTALL) -m 644 scripts/python/Perf-Trace-Util/lib/Perf/Trace/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python/Perf-Trace-Util/lib/Perf/Trace'
+ $(INSTALL) -m 644 scripts/python/*.py -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python'
$(INSTALL) scripts/python/bin/* -t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)/scripts/python/bin'
- $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(sysconfdir_SQ)/bash_completion.d'
- $(INSTALL) bash_completion '$(DESTDIR_SQ)$(sysconfdir_SQ)/bash_completion.d/perf'
+ $(INSTALL) -d -m 755 '$(DESTDIR_SQ)$(sysconfdir_SQ)/bash_completion.d'
+ $(INSTALL) bash_completion '$(DESTDIR_SQ)$(sysconfdir_SQ)/bash_completion.d/perf'
More information about the Kernel-svn-changes
mailing list