diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /chinese/gcin-devel/files/patch-menu | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes:
svn path=/head/; revision=207820
svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'chinese/gcin-devel/files/patch-menu')
-rw-r--r-- | chinese/gcin-devel/files/patch-menu | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/chinese/gcin-devel/files/patch-menu b/chinese/gcin-devel/files/patch-menu deleted file mode 100644 index ffe2df8dd9f4..000000000000 --- a/chinese/gcin-devel/files/patch-menu +++ /dev/null @@ -1,20 +0,0 @@ ---- menu/Makefile.bak Mon Oct 30 12:44:59 2006 -+++ menu/Makefile Mon Oct 30 12:43:10 2006 -@@ -10,14 +10,10 @@ - install gcin-setup.desktop /usr/share/applications; \ - install -d /usr/lib/menu; \ - install -m 644 $(MENUS) /usr/lib/menu; \ -- which update-menus >& /dev/null && update-menus || exit 0; \ -+ which update-menus > /dev/null 2>&1 && update-menus || exit 0; \ - else \ -- install -d $(libdir)/menu; \ -- install -m 644 $(MENUS) $(libdir)/menu; \ -- install -d $(GCIN_SETUP_DESKTOP_rpm); \ -- install -m 644 gcin-setup.desktop $(GCIN_SETUP_DESKTOP_rpm); \ -- install -d $(datadir)/applications; \ -- install -m 644 gcin-setup.desktop $(datadir)/applications; \ -+ install -d $(prefix)/share/applications; \ -+ install -m 644 $(MENUS) $(prefix)/share/applications; \ - fi - clean: - rm -f $(MENUS) *~ |