aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-04-02 17:24:28 +0000
committerBill Nottingham <notting@redhat.com>2002-04-02 17:24:28 +0000
commitc1b7c5b75e44d2dffbd5940ba647a751ca6993f0 (patch)
tree9cacd5256d1a0676f266518622c2466cc15ad200
parentdca21d5b1e799a0625f0112df05006bbbd7c3fe3 (diff)
downloadinitscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.tar
initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.tar.gz
initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.tar.bz2
initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.tar.xz
initscripts-c1b7c5b75e44d2dffbd5940ba647a751ca6993f0.zip
tweek
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c440663b..81357b33 100644
--- a/Makefile
+++ b/Makefile
@@ -110,7 +110,7 @@ check:
changelog:
@rcs2log | sed "s|@.*redhat\.com|@redhat.com|" | sed "s|@.*redhat\.de|@redhat.com|" | sed "s|@redhat\.de|@redhat.com|" | sed "s|@@|@|" | \
- sed "s|/mnt/devel/CVS/initscripts/||g" | sed "s|/cvs/rhl/initscripts/||g" > changenew
+ sed "s|/usr/local/CVS/initscripts/||g" | sed "s|/cvs/rhl/initscripts/||g" > changenew
mv ChangeLog ChangeLog.old
cat changenew ChangeLog.old > ChangeLog
rm -f changenew