[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. upstream/2.0.0_beta3-486-g3d5b534

Sven Hoexter sven at timegate.de
Wed Feb 2 20:19:56 UTC 2011


The following commit has been merged in the master branch:
commit b3977cc1639a771248ada3bb35ba317e004e34df
Author: Sven Hoexter <sven at timegate.de>
Date:   Wed Feb 2 20:42:01 2011 +0100

    * Install the bash_completion file from the source dir instead of the one
      with bogus exec permissions from the installation directory.
    * Remove the one from the installation directory along with that.

diff --git a/debian/rules b/debian/rules
index 110701a..d513e04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,8 +73,9 @@ override_dh_auto_install:
 
 # install bash completion in the correct location
 	mkdir -p debian/lyx-common/etc/bash_completion.d
-	mv debian/lyx-common/usr/share/lyx/scripts/bash_completion \
+	install --mode=644 lib/scripts/bash_completion \
 		debian/lyx-common/etc/bash_completion.d/lyx
+	rm debian/lyx-common/usr/share/lyx/scripts/bash_completion
 
 override_dh_installdocs:
 	mkdir -p debian/lyx/usr/share/doc

-- 
LyX packaging



More information about the Pkg-lyx-devel mailing list