summaryrefslogtreecommitdiff
path: root/editors/gnotepad+/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/gnotepad+/files/patch-aa')
-rw-r--r--editors/gnotepad+/files/patch-aa29
1 files changed, 24 insertions, 5 deletions
diff --git a/editors/gnotepad+/files/patch-aa b/editors/gnotepad+/files/patch-aa
index c807f58847d6..048e275ef951 100644
--- a/editors/gnotepad+/files/patch-aa
+++ b/editors/gnotepad+/files/patch-aa
@@ -1,11 +1,30 @@
---- Makefile.in.orig Wed May 10 11:11:34 2000
-+++ Makefile.in Wed May 17 10:18:42 2000
-@@ -97,7 +97,7 @@
+--- Makefile.in.orig Wed May 10 09:11:34 2000
++++ Makefile.in Mon Jun 5 20:59:43 2000
+@@ -97,8 +97,8 @@
CLEANFILES = *~ .deps/*
-Applicationsdir = $(datadir)/gnome/apps/Applications
-+Applicationsdir = $(datadir)/apps/Applications
- Applications_DATA = gnotepad+.desktop gnotepad+.spec
+-Applications_DATA = gnotepad+.desktop gnotepad+.spec
++@HAVE_GNOME_TRUE@Applicationsdir = $(datadir)/apps/Applications
++@HAVE_GNOME_TRUE@Applications_DATA = gnotepad+.desktop gnotepad+.spec
SUBDIRS = docs po intl src
+
+@@ -217,7 +217,6 @@
+
+ install-ApplicationsDATA: $(Applications_DATA)
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(Applicationsdir)
+ @list='$(Applications_DATA)'; for p in $$list; do \
+ if test -f $(srcdir)/$$p; then \
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p"; \
+@@ -431,7 +430,7 @@
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
+ installdirs: installdirs-recursive
+ installdirs-am:
+- $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(Applicationsdir) \
++ $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 \
+ $(DESTDIR)$(pkgdatadir)
+
+