summaryrefslogtreecommitdiff
path: root/src/xcompose.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/xcompose.sh')
-rwxr-xr-xsrc/xcompose.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xcompose.sh b/src/xcompose.sh
index 3173963..f1c53ba 100755
--- a/src/xcompose.sh
+++ b/src/xcompose.sh
@@ -4,5 +4,7 @@
BASEDIR=`dirname $(readlink -f $0)`
cd ${BASEDIR}/../
-rm -f gen/.XCompose
-cp src/xcompose/dotXCompose gen/.XCompose
+diff -ur home/.XCompose src/xcompose/dotXCompose
+
+rm -f home/.XCompose
+cp src/xcompose/dotXCompose home/.XCompose