diff options
author | Adel Gadllah <adel.gadllah@gmail.com> | 2009-02-21 08:35:12 +0100 |
---|---|---|
committer | Adel Gadllah <adel.gadllah@gmail.com> | 2009-02-21 08:35:12 +0100 |
commit | 8c237cb555e7fce39dc2ee526846699e8b77c211 (patch) | |
tree | 41eaabbcb95a3aae971734af225bbdc750de1ee2 /Makefile | |
parent | 4a361d1b21cd98937ee97245fa041f9f1d0e3ea1 (diff) |
fix Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |