perl: Use symlink hack from hivex

This commit is contained in:
Hilko Bengen
2013-05-29 01:00:25 +02:00
parent cdc4413dac
commit 7912e2936b

View File

@@ -67,6 +67,7 @@ all: Makefile-pl src_deps
$(MAKE) -f Makefile-pl
Makefile-pl: Makefile.PL
-[ $(srcdir) != $(builddir) ] && cp -rsu $(abs_srcdir)/. $(builddir)/.
perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix)
# No! Otherwise it is deleted before the clean-local rule runs.