summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-03 10:32:57 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-03 10:32:57 -0500
commitb8aa3fa820c059f0f8abb4025f464d90d1f9cb9e (patch)
treedc6473b8f98ce619a96bf77677e4b2fe87ec882d
parent194c6687d9ae044585bef5361a39c6a4373b6fbd (diff)
downloadsystemtap-steved-b8aa3fa820c059f0f8abb4025f464d90d1f9cb9e.tar.gz
systemtap-steved-b8aa3fa820c059f0f8abb4025f464d90d1f9cb9e.tar.xz
systemtap-steved-b8aa3fa820c059f0f8abb4025f464d90d1f9cb9e.zip
Tweak syncandbuild.sh to put example script files in the correct place.
-rw-r--r--doc/SystemTap_Beginners_Guide/syncandbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SystemTap_Beginners_Guide/syncandbuild.sh b/doc/SystemTap_Beginners_Guide/syncandbuild.sh
index a8797104..75e8bd0d 100644
--- a/doc/SystemTap_Beginners_Guide/syncandbuild.sh
+++ b/doc/SystemTap_Beginners_Guide/syncandbuild.sh
@@ -5,10 +5,10 @@ read TARG
echo -n "Thank you. Now specify any build parameters you'd like to use (skip this step for none). "
read PARM
-cp -a ../../testsuite/systemtap.examples en-US/extras/extras
+cp -a ../../testsuite en-US/extras/.
make $PARM $TARG
echo "Cleaning sync'd files..."
-rm -rf en-US/extras/extras
+rm -rf en-US/extras/testsuite
echo "...done."