aboutsummaryrefslogtreecommitdiffstats
path: root/testing/baculum/fix-locale-symlinks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/baculum/fix-locale-symlinks.patch')
-rw-r--r--testing/baculum/fix-locale-symlinks.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/baculum/fix-locale-symlinks.patch b/testing/baculum/fix-locale-symlinks.patch
deleted file mode 100644
index b314fe37137..00000000000
--- a/testing/baculum/fix-locale-symlinks.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/Makefile b/Makefile
-index b9cbbcb..74a3850 100644
---- a/Makefile
-+++ b/Makefile
-@@ -122,13 +122,13 @@ prepare_locale: prepare_build
- mkdir -p $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES ; \
- mkdir -p $(DESTDIR)$(WWWDIR)/$(localewebdirsrc)/$$lang ; \
- install -m 644 $(localewebdirsrc)/$$lang/$(localemofile) $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/$(NAME)-web.mo ; \
-- ln -s $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/$(NAME)-web.mo $(DESTDIR)$(WWWDIR)/$(localewebdirsrc)/$$lang/$(localemofile) ; \
-+ ln --relative -s $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/$(NAME)-web.mo $(DESTDIR)$(WWWDIR)/$(localewebdirsrc)/$$lang/$(localemofile) ; \
- done
- for lang in $(localeapilang) ; do \
- mkdir -p $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES ; \
- mkdir -p $(DESTDIR)$(WWWDIR)/$(localeapidirsrc)/$$lang ; \
- install -m 644 $(localeapidirsrc)/$$lang/$(localemofile) $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/$(NAME)-api.mo ; \
-- ln -s $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/$(NAME)-api.mo $(DESTDIR)$(WWWDIR)/$(localeapidirsrc)/$$lang/$(localemofile) ; \
-+ ln --relative -s $(DESTDIR)$(LOCALEDIR)/$$lang/LC_MESSAGES/$(NAME)-api.mo $(DESTDIR)$(WWWDIR)/$(localeapidirsrc)/$$lang/$(localemofile) ; \
- done
-
- prepare_samples: