diff options
author | Dongkyun, Son <dongkyun.s@samsung.com> | 2017-04-11 07:40:02 +0900 |
---|---|---|
committer | Dongkyun, Son <dongkyun.s@samsung.com> | 2017-04-11 08:04:33 +0900 |
commit | ad7c00dcdf1572841198b3b8a29953bfe24cd583 (patch) | |
tree | 134f0ddd043d83b37686152d06050a938859256e | |
parent | d2c43c408bbb5065cceb2e4598825b28407b0e0e (diff) | |
download | rpm-ad7c00dcdf1572841198b3b8a29953bfe24cd583.tar.gz rpm-ad7c00dcdf1572841198b3b8a29953bfe24cd583.tar.bz2 rpm-ad7c00dcdf1572841198b3b8a29953bfe24cd583.zip |
packaging: revert rpmlibdir to /usr/lib/
This change will not have below error on aarch64 caused by rpmconfigdir
error: Unable to open /usr/lib/rpm/rpmrc for reading: Too many levels of symbolic links.
Change-Id: Ic896e64c80bd91a36f0bf4214c9ad4cfe55da2a7
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
-rw-r--r-- | packaging/rpm.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/rpm.spec b/packaging/rpm.spec index 4bc2f3ead..92a555b41 100644 --- a/packaging/rpm.spec +++ b/packaging/rpm.spec @@ -1,4 +1,4 @@ -%define rpmlibdir %{_libdir} +%define rpmlibdir %{_prefix}/lib %define rpmhome %{rpmlibdir}/rpm Name: rpm |