diff options
Diffstat (limited to 'x11-fm/emelfm2/files/patch-Makefile')
-rw-r--r-- | x11-fm/emelfm2/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-fm/emelfm2/files/patch-Makefile b/x11-fm/emelfm2/files/patch-Makefile index a5f0662..1f3e803 100644 --- a/x11-fm/emelfm2/files/patch-Makefile +++ b/x11-fm/emelfm2/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Jul 27 02:20:13 2006 -+++ Makefile Mon Aug 7 23:26:10 2006 +--- Makefile.orig Fri Nov 3 00:35:33 2006 ++++ Makefile Fri Nov 3 00:36:25 2006 @@ -57,7 +57,7 @@ endif ICON_DIR ?= $(PREFIX)/share/pixmaps/$(TARGET)/ @@ -9,7 +9,7 @@ OBJECTS_DIR = objs # object directories that have to be created -@@ -148,10 +148,10 @@ +@@ -147,10 +147,10 @@ ifeq ($(USE_FAM),1) lLIBS += -lfam endif @@ -24,11 +24,11 @@ .PHONY: all plugins install install_plugins uninstall uninstall_plugins doc \ clean deps marshals gettext i18n install_i18n uninstall_i18n \ -@@ -176,7 +176,6 @@ +@@ -175,7 +175,6 @@ done @install -d $(MAN_DIR) @install -m 644 docs/$(TARGET).1 $(MAN_DIR); - @bzip2 -f $(MAN_DIR)$(TARGET).1; - + ifeq ($(XGD_INTEGRATION), 1) @install -d $(XGD_DESKTOP_DIR) |