diff options
Diffstat (limited to 'app-text/tokyodystopia/files/fix_ldconfig.patch')
-rw-r--r-- | app-text/tokyodystopia/files/fix_ldconfig.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/tokyodystopia/files/fix_ldconfig.patch b/app-text/tokyodystopia/files/fix_ldconfig.patch new file mode 100644 index 000000000000..a75da590ee38 --- /dev/null +++ b/app-text/tokyodystopia/files/fix_ldconfig.patch @@ -0,0 +1,12 @@ +diff --git a/Makefile.in b/Makefile.in +index 60b1036..12f02b0 100644 +--- a/Makefile.in ++++ b/Makefile.in +@@ -125,7 +125,6 @@ install : + cd man && cp -Rf $(MAN3FILES) $(DESTDIR)$(MAN3DIR) + mkdir -p $(DESTDIR)$(PCDIR) + cp -Rf $(PCFILES) $(DESTDIR)$(PCDIR) +- [ "$$UID" == 0 ] && ldconfig || true + @printf '\n' + @printf '#================================================================\n' + @printf '# Thanks for using Tokyo Cabinet.\n' |