summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorJames McCoy <jamessan@debian.org>2015-03-08 19:07:52 +0000
committerJames McCoy <jamessan@debian.org>2015-03-08 19:07:52 +0000
commitfe66aa7fced57ce4da7bf86c8f3090d2d54341a9 (patch)
tree3fa2aaa0f92e3a5a24d54adbb59848e5c9251210 /debian/patches
parent183c78645fa6930cc9cd8bab94ee54dad950eabc (diff)
Restore setting INSTALLDIRS=vendor for libsvn-perl
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/rpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/rpath b/debian/patches/rpath
index a2a773e..ee0d525 100644
--- a/debian/patches/rpath
+++ b/debian/patches/rpath
@@ -29,7 +29,7 @@ patch by David Kimdon <dwhedon@debian.org>. The basic theory is:
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL PREFIX=$(prefix)
+ cd $(SWIG_PL_DIR)/native; \
-+ $(PERL) Makefile.PL PREFIX=$(prefix); \
++ $(PERL) Makefile.PL PREFIX=$(prefix) INSTALLDIRS=vendor; \
+ sed -i -e '/^LD_RUN_PATH/s/^/#/' Makefile Makefile.[a-z]*
# There is a "readlink -f" command on some systems for the same purpose,