summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gambas/files/gambas-2.9.0-main_Makefile.am.patch')
-rw-r--r--dev-util/gambas/files/gambas-2.9.0-main_Makefile.am.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-util/gambas/files/gambas-2.9.0-main_Makefile.am.patch b/dev-util/gambas/files/gambas-2.9.0-main_Makefile.am.patch
deleted file mode 100644
index 40ab077..0000000
--- a/dev-util/gambas/files/gambas-2.9.0-main_Makefile.am.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- main/Makefile.am.orig 2008-11-02
-+++ main/Makefile.am 2008-11-02
-@@ -4,18 +4,25 @@
- EXTRA_DIST = TODO reconf spec README mime
-
- install-exec-local:
-- @if test x"$(DESTDIR)" != x; then \
-- echo "Installing with DESTDIR='$(DESTDIR)'"; \
-- fi
-- @echo "Making runtime symbolic link"
-- @$(LN_S) -f gbx$(GAMBAS_VERSION) $(DESTDIR)$(bindir)/gbr$(GAMBAS_VERSION) || true
--
-- @if test x"$(XDG_UTILS)" != x; then \
-+ @echo "=== Installing the runtime ==="; \
-+ echo
-+
-+ @if test -n "$(DESTDIR)"; then \
-+ echo "Installing with DESTDIR=$(DESTDIR)"; \
-+ fi; \
-+ echo
-+
-+ @echo "Creating runtime symbolic link"; \
-+ $(LN_S) gbx$(GAMBAS_VERSION) $(DESTDIR)$(bindir)/gbr$(GAMBAS_VERSION); \
-+ echo
-+
-+ @if test -n "$(XDG_UTILS)"; then \
- echo "Registering Gambas executable mimetype"; \
- $(INSTALL) -d $(DESTDIR)$(gbdatadir)/icons; \
-- cp -f $(srcdir)/mime/application-x-gambas.png $(DESTDIR)$(gbdatadir)/icons; \
-+ $(INSTALL) -c -m 644 $(srcdir)/mime/application-x-gambas.png $(DESTDIR)$(gbdatadir)/icons; \
- xdg-icon-resource install --context mimetypes --size 64 $(DESTDIR)$(gbdatadir)/icons/application-x-gambas.png application-x-gambas; \
- xdg-mime install $(srcdir)/mime/application-x-gambas.xml; \
-+ echo; \
- fi
-
- uninstall-local: \ No newline at end of file