[DRE-commits] [SCM] rdtool.git branch, master, updated. debian/0.6.34-3-1-gc0008e5

Taku YASUI tach at debian.org
Sun Jun 17 17:33:57 UTC 2012


The following commit has been merged in the master branch:
commit c0008e5aed46c05c677d8644a44bb1ac300b579e
Author: Taku YASUI <tach at debian.org>
Date:   Mon Jun 18 02:29:22 2012 +0900

    rdtool-elisp: Force creating symlink even if a file exists

diff --git a/debian/changelog b/debian/changelog
index 2842ff3..265d446 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+rdtool (0.6.34-4) unstable; urgency=low
+
+  * rdtool-elisp: Force creating symlink even if a file exists
+    (closes: #674009)
+
+ -- Taku YASUI <tach at debian.org>  Mon, 18 Jun 2012 02:27:46 +0900
+
 rdtool (0.6.34-3) unstable; urgency=low
 
   * rdtool-elisp: Use *.el symlink instead of copy for linking source on
diff --git a/debian/rdtool-elisp.emacsen-install b/debian/rdtool-elisp.emacsen-install
index 354de93..4151872 100644
--- a/debian/rdtool-elisp.emacsen-install
+++ b/debian/rdtool-elisp.emacsen-install
@@ -36,7 +36,7 @@ cd ${ELDIR}
 FILES=`echo *.el`
 cd ${ELCDIR}
 for f in $FILES; do
-    ln -s $TOELDIR/$f .
+    ln -sf $TOELDIR/$f ./$f
 done
 
 cat << EOF > path.el

-- 
rdtool.git



More information about the Pkg-ruby-extras-commits mailing list