From efc4bf9a15e66bccbda4d48a837437b9e7be9052 Mon Sep 17 00:00:00 2001 From: dsmith Date: Wed, 15 Aug 2007 17:01:19 +0000 Subject: 2007-08-15 David Smith * systemtap.spec.in: Updated %pre to latest Fedora group creation guidelines. * stap.1.in: Changed '/usr' to '@prefix@' so the values will be updated correctly. * stapfunc.5.in: Ditto. --- stap.1.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stap.1.in') diff --git a/stap.1.in b/stap.1.in index 85ff8266..75a408f1 100644 --- a/stap.1.in +++ b/stap.1.in @@ -660,7 +660,7 @@ functions in order to write compatible embedded-C ones. A set of builtin functions and probe point aliases are provided by the scripts installed under the .nh -.IR /usr/share/systemtap/tapset +.IR @prefix@/share/systemtap/tapset .hy directory. These are described in the .IR stapfuncs "(5) and " stapprobes (5) @@ -892,13 +892,13 @@ environment variable. Temporary directory for systemtap files, including translated C code and kernel object. .TP -/usr/share/systemtap/tapset +@prefix@/share/systemtap/tapset The automatic tapset search directory, unless overridden by the .I SYSTEMTAP_TAPSET environment variable. .TP -/usr/share/systemtap/runtime +@prefix@/share/systemtap/runtime The runtime sources, unless overridden by the .I SYSTEMTAP_RUNTIME environment variable. @@ -906,12 +906,12 @@ environment variable. /lib/modules/VERSION/build The location of kernel module building infrastructure. .TP -/usr/lib/debug/lib/modules/VERSION +@prefix@/lib/debug/lib/modules/VERSION The location of kernel debugging information when packaged into the .IR kernel\-debuginfo RPM. .TP -/usr/bin/staprun +@prefix@/bin/staprun The auxiliary program supervising module loading, interaction, and unloading. -- cgit