From 371213b0161b8c37837fd9b6ade766765bdd4019 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 26 Jun 2008 15:26:43 +0000 Subject: - fix reading rpm macros from /etc/macros.d/ (esp. %_filetriggers_dir) --- perl-install/install/NEWS | 2 ++ perl-install/install/pkgs.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 714d5e22a..a3c7743b6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- fix reading rpm macros from /etc/macros.d/ (esp. %_filetriggers_dir) + Version 10.41 - 26 June 2008 - 2009.0 alpha 1 logo diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index bb9effd82..b7c3662f4 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -5,7 +5,7 @@ use strict; BEGIN { # needed before "use URPM" mkdir '/etc/rpm'; - symlink "/tmp/stage2/etc/rpm/$_", "/etc/rpm/$_" foreach 'platform', 'macros.cdb'; + symlink "/tmp/stage2/etc/rpm/$_", "/etc/rpm/$_" foreach 'macros.d'; } use URPM; -- cgit v1.2.1