summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdel Gadllah <adel.gadllah@gmail.com>2009-02-21 08:35:12 +0100
committerAdel Gadllah <adel.gadllah@gmail.com>2009-02-21 08:35:12 +0100
commit8c237cb555e7fce39dc2ee526846699e8b77c211 (patch)
tree41eaabbcb95a3aae971734af225bbdc750de1ee2 /Makefile
parent4a361d1b21cd98937ee97245fa041f9f1d0e3ea1 (diff)
fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index af9c7d5..55f60a4 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all:
$(CC) fedora-setup-keyboard.c `pkg-config --cflags --libs hal glib-2.0` $(CFLAGS) -o fedora-setup-keyboard
install:
- install -m 755 fedora-setup-keyboard $(DESTDIR)/fedora-setup-keyboard
+ install -d -m 755 fedora-setup-keyboard $(DESTDIR)/fedora-setup-keyboard
install -d -m 644 10-x11-keymap.fdi $(DESTDIR)/usr/share/hal/fdi/policy/10osvendor/10-x11-keymap.fdi
clean: