diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-03-19 17:51:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-03-19 17:51:20 +0000 |
commit | 7d5bb71be38110c3cb736cf48a12b64e89776a0b (patch) | |
tree | 1621f4aaa0f36f550a2c4c153222300c1e40e6b8 | |
parent | 1d5f443f555290d45cf8ebf339b82e094807fd10 (diff) | |
download | urpmi-7d5bb71be38110c3cb736cf48a12b64e89776a0b.tar urpmi-7d5bb71be38110c3cb736cf48a12b64e89776a0b.tar.gz urpmi-7d5bb71be38110c3cb736cf48a12b64e89776a0b.tar.bz2 urpmi-7d5bb71be38110c3cb736cf48a12b64e89776a0b.tar.xz urpmi-7d5bb71be38110c3cb736cf48a12b64e89776a0b.zip |
install new modules
-rwxr-xr-x | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index b18cf035..44fba5d3 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -155,7 +155,7 @@ WriteMakefile( LOCALSTATEDIR => '$(DESTDIR)/var/lib', }, EXE_FILES => [ @bin_scripts, @sbin_scripts ], - PMLIBDIRS => [ qw(urpm) ], + PMLIBDIRS => [ qw(gurpm urpm) ], $with_po ? (DIR => [ 'po' ]) : (), MAN1PODS => { map { |