summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/rpm.spec2
-rw-r--r--rpm.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/packaging/rpm.spec b/packaging/rpm.spec
index 92a555b41..b5109ffef 100644
--- a/packaging/rpm.spec
+++ b/packaging/rpm.spec
@@ -170,8 +170,8 @@ ln -s ../share/locale %{buildroot}%{rpmlibdir}/locale
%make_install
install -m 644 db3/db.h %{buildroot}%{_includedir}/rpm
mkdir -p %{buildroot}%{_sysconfdir}/rpm
-cp -a tizen_macros %{buildroot}%{rpmhome}
mkdir -p %{buildroot}%{rpmhome}/tizen
+cp -a tizen_macros %{buildroot}%{rpmhome}
install -m 755 %{SOURCE13} %{buildroot}%{rpmhome}/tizen
install -m 755 %{SOURCE23} %{buildroot}%{rpmhome}
install -m 644 %{SOURCE9} %{buildroot}%{rpmhome}/fileattrs/libsymlink.attr
diff --git a/rpm.am b/rpm.am
index 5722e1f10..9b533bb0d 100644
--- a/rpm.am
+++ b/rpm.am
@@ -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@