diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2015-09-04 05:11:18 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-09-04 17:24:26 +0200 |
commit | f94c473156f5655e96b386e154c97316c0a6b62d (patch) | |
tree | e4c5b3f25180afe3b2d9d85260f386a99fd0fe37 /NEWS | |
parent | 9f795dc201e1868e9d8bdb7a561499090df03773 (diff) | |
download | urpmi-f94c473156f5655e96b386e154c97316c0a6b62d.tar urpmi-f94c473156f5655e96b386e154c97316c0a6b62d.tar.gz urpmi-f94c473156f5655e96b386e154c97316c0a6b62d.tar.bz2 urpmi-f94c473156f5655e96b386e154c97316c0a6b62d.tar.xz urpmi-f94c473156f5655e96b386e154c97316c0a6b62d.zip |
fix installing /sbin/*
Apparently perl-2.22's ExtUtils-MakeMaker started wrapping the $(....)
variables in double-quotes, which broke urpmi's "make install"...
v2: perl_checker cleanups (Thierry Vignaud)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +- fix installing /sbin/* + (regression with perl-5.22's ExtUtils-MakeMaker now wrapping $(...) ) - fix perl_checker checking Version 8.07 - 3 September 2015 |