diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-10-23 11:08:50 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-10-23 11:08:50 +0000 |
commit | 27aa39d20566ff8422bf8b2bd02f62db90bcf1be (patch) | |
tree | 60d864723a37ba3b0f215b03dd64c67dcb5ed62c /packages/grdesktop/grdesktop-0.23/install-help.patch | |
parent | d59301b249acf64ca97b1ffe8e6e56a6a03f4c2c (diff) | |
parent | 63b6a95c46ecabc46ad5ac81ea8ff72897731e82 (diff) |
merge of '6a31e37aafc15c89be73dccb95d7e0904e6c22c7'
and 'd9cd8dcb85fb3fc1b2b6b873d5d6d996da16246f'
Diffstat (limited to 'packages/grdesktop/grdesktop-0.23/install-help.patch')
-rw-r--r-- | packages/grdesktop/grdesktop-0.23/install-help.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/grdesktop/grdesktop-0.23/install-help.patch b/packages/grdesktop/grdesktop-0.23/install-help.patch new file mode 100644 index 0000000000..8aac6f8afc --- /dev/null +++ b/packages/grdesktop/grdesktop-0.23/install-help.patch @@ -0,0 +1,11 @@ +--- /help/C/orig-Makefile.am 2004-03-30 16:56:57.000000000 +0300 ++++ /help/C/Makefile.am 2007-10-23 12:22:10.000000000 +0300 +@@ -40,7 +40,7 @@ + install-data-hook-omf: + $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir) + for file in $(extraomf); do \ +- $(INSTALL_DATA) $$file.out $(DESTDIR)$(omf_dest_dir)/$$file; \ ++ $(INSTALL_DATA) $$file $(DESTDIR)$(omf_dest_dir)/$$file; \ + done + -scrollkeeper-update -p $(scrollkeeper_localstate_dir) -o $(DESTDIR)$(omf_dest_dir) + |