[Pkg-lyx-devel] [SCM] LyX packaging branch, master, updated. upstream/2.0.0_beta4-525-g8cb1559
Sven Hoexter
sven at timegate.de
Mon Feb 7 15:10:25 UTC 2011
The following commit has been merged in the master branch:
commit 29ac3811d94c5918cee1f3f509dd953f1a9bec77
Author: Sven Hoexter <sven at timegate.de>
Date: Mon Feb 7 16:04:30 2011 +0100
just move the bash completion file instead of install and rm
diff --git a/debian/rules b/debian/rules
index 6ecf75e..58358f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,9 +41,8 @@ override_dh_auto_install:
# install bash completion in the correct location
mkdir -p debian/lyx-common/etc/bash_completion.d
- install --mode=644 lib/scripts/bash_completion \
+ mv debian/lyx-common/usr/share/lyx/scripts/bash_completion \
debian/lyx-common/etc/bash_completion.d/lyx
- rm debian/lyx-common/usr/share/lyx/scripts/bash_completion
override_dh_installdocs:
--
LyX packaging
More information about the Pkg-lyx-devel
mailing list