summaryrefslogtreecommitdiff
path: root/data/xkeyboard-config/rules
diff options
context:
space:
mode:
authorAlexandr Shadchin <shadchin@cvs.openbsd.org>2011-10-16 17:18:58 +0000
committerAlexandr Shadchin <shadchin@cvs.openbsd.org>2011-10-16 17:18:58 +0000
commitfbfd67c313d1aa2cf63d49429c82dc8001de31ca (patch)
tree64f295822d5d8b4b505f2574969487ba350df8b0 /data/xkeyboard-config/rules
parentca4806306e4c63d8dcf1f9c02f764b6618c71f55 (diff)
Update to 2.4.1
ok jasper@, matthieu@
Diffstat (limited to 'data/xkeyboard-config/rules')
-rw-r--r--data/xkeyboard-config/rules/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/data/xkeyboard-config/rules/Makefile b/data/xkeyboard-config/rules/Makefile
index f5421e23b..e923884db 100644
--- a/data/xkeyboard-config/rules/Makefile
+++ b/data/xkeyboard-config/rules/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2011/04/10 18:15:28 shadchin Exp $
+# $OpenBSD: Makefile,v 1.6 2011/10/16 17:18:56 shadchin Exp $
SUBDIR= compat
@@ -63,8 +63,7 @@ base.extras.xml: base.extras.xml.in
install-files: ${BASE_RULES}
test -z ${XKB_BASE}/${XKB_SUBDIR} || ${INSTALL_DIR} ${XKB_BASE}/${XKB_SUBDIR}
@for f in ${BASE_RULES}; do \
- echo "installing $$f"; \
- cmp -s $$f ${XKB_BASE}/${XKB_SUBDIR}/$$f || \
+ echo ${INSTALL_DATA} $$f ${XKB_BASE}/${XKB_SUBDIR}/$$f; \
${INSTALL_DATA} $$f ${XKB_BASE}/${XKB_SUBDIR}/$$f; \
done