Author: jdg
Date: 2006-03-28 12:41:03 +0000 (Tue, 28 Mar 2006)
New Revision: 1123

Modified:
   tetex-bin/trunk/debian/rules.in
Log:
Do same to debian/rules.in - oops!

Modified: tetex-bin/trunk/debian/rules.in
===================================================================
--- tetex-bin/trunk/debian/rules.in     2006-03-28 12:33:28 UTC (rev 1122)
+++ tetex-bin/trunk/debian/rules.in     2006-03-28 12:41:03 UTC (rev 1123)
@@ -267,7 +267,7 @@
 # libkpathsea4 and most of the dev-package is installed by dh_movefiles
 # libkpathsea-dev installer
        mkdir -p debian/$(subdev)/usr/share/doc
-       (cd debian/$(subdev)/usr/share/doc; ln -s $(sublib) $(subdev))
+       (cd debian/$(subdev)/usr/share/doc; ln -sf $(sublib) $(subdev))
 
 
 # Build architecture-independent files here.
@@ -284,10 +284,10 @@
 
         # Install the HTML version of README.Debian
        destdir=debian/$(package)/usr/share/doc/$(package)/README.Debian.html \
-          && mv debian/README.Debian.html "$$destdir" \
-          && chown -R root:root "$$destdir" \
-          && chmod 755 "$$destdir" \
-          && chmod 644 "$$destdir"/*
+         && cp -a debian/README.Debian.html "$$destdir" \
+         && chown -R root:root "$$destdir" \
+         && chmod 755 "$$destdir" \
+         && chmod 644 "$$destdir"/*
 
        dh_installexamples
        dh_installinfo


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to