diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 12:12:31 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 12:12:31 +0800 |
commit | 385753a19a62cb80dcdf6cc58cbaea940bdd2e6a (patch) | |
tree | 7d14f02953cb39490199f20ad1d514ac6ec9e99a | |
parent | bcdd4e153b62486b79641c5160d63da5c114233f (diff) | |
download | marcuscom-ports-385753a19a62cb80dcdf6cc58cbaea940bdd2e6a.tar.gz marcuscom-ports-385753a19a62cb80dcdf6cc58cbaea940bdd2e6a.tar.zst marcuscom-ports-385753a19a62cb80dcdf6cc58cbaea940bdd2e6a.zip |
Fix the patch.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9773 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gturing/files/patch-Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gturing/files/patch-Makefile.in b/games/gturing/files/patch-Makefile.in index 255d4a6a5..ce64ab59f 100644 --- a/games/gturing/files/patch-Makefile.in +++ b/games/gturing/files/patch-Makefile.in @@ -4,7 +4,7 @@ SUBDIRS = pixmaps tapes po src help --desktopdir = $(datadir)/apps/Applications +-desktopdir = $(datadir)/gnome/apps/Applications +desktopdir = $(datadir)/applications desktop_in_files = gturing.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) |