diff options
Diffstat (limited to 'desktop/slackware-xdg-menu/patches/update-menu.patch')
-rw-r--r-- | desktop/slackware-xdg-menu/patches/update-menu.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/slackware-xdg-menu/patches/update-menu.patch b/desktop/slackware-xdg-menu/patches/update-menu.patch new file mode 100644 index 000000000000..c6981f7ba533 --- /dev/null +++ b/desktop/slackware-xdg-menu/patches/update-menu.patch @@ -0,0 +1,10 @@ +--- update-menus 2013-11-18 17:06:55.000000000 +0700 ++++ update-menus 2016-12-10 00:55:00.681111271 +0700 +@@ -1,6 +1,6 @@ + #!/usr/bin/perl -w + +-$XDG_CFG="/etc/xdg/menus/arch-applications.menu"; ++$XDG_CFG="/etc/xdg/menus/applications.menu"; + $CACHE_DIR="/var/cache/xdg-menu"; + $LOG_FILE="/var/log/update-menus.log"; + |