diff options
Diffstat (limited to 'deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile')
-rw-r--r-- | deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile b/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile new file mode 100644 index 000000000000..603e28217bbe --- /dev/null +++ b/deskutils/preferences/files/patch-Modules-Keyboard-GNUmakefile @@ -0,0 +1,11 @@ +--- Modules/Keyboard/GNUmakefile.orig 2014-07-30 00:10:57.436168949 +0800 ++++ Modules/Keyboard/GNUmakefile 2014-07-30 00:11:06.363171068 +0800 +@@ -3,7 +3,7 @@ include $(GNUSTEP_MAKEFILES)/common.make + BUNDLE_NAME= Keyboard + BUNDLE_EXTENSION= .prefs + +-BUNDLE_INSTALL_DIR= $(GNUSTEP_SYSTEM_ROOT)/Library/Preferences ++BUNDLE_INSTALL_DIR= $(DESTDIR)$(GNUSTEP_SYSTEM_ROOT)/Library/Preferences + + Keyboard_RESOURCE_FILES= \ + Keyboard.gorm |