diff options
Diffstat (limited to 'rpm.am')
-rw-r--r-- | rpm.am | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Internal binaries -rpmlibexecdir = $(libdir)/rpm +rpmlibexecdir = @RPMCONFIGDIR@ # Host independent config files ## HACK: it probably should be $(datadir)/rpm -rpmconfigdir = $(libdir)/rpm +rpmconfigdir = @RPMCONFIGDIR@ |