diff options
author | Kim Kibum <kb0929.kim@samsung.com> | 2012-05-21 17:49:08 +0900 |
---|---|---|
committer | Kim Kibum <kb0929.kim@samsung.com> | 2012-05-21 17:49:08 +0900 |
commit | dec48cfa66e17ba4a7e50c92cb24b913289feb12 (patch) | |
tree | e1f48cd5cabb40a1d604b36949ff072d01267cb5 /rpm.am | |
parent | b7a3bffb8e0341b7e4ef69def268bca3a7f279ff (diff) | |
download | rpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.tar.gz rpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.tar.bz2 rpm-dec48cfa66e17ba4a7e50c92cb24b913289feb12.zip |
Upload Tizen:Base source
Diffstat (limited to 'rpm.am')
-rw-r--r-- | rpm.am | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +# Internal binaries +## HACK: It probably should be $(libexecdir)/rpm or $(libdir)/rpm +rpmlibexecdir = $(prefix)/lib/rpm + +# Host independent config files +## HACK: it probably should be $(datadir)/rpm +rpmconfigdir = $(prefix)/lib/rpm |