summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-09-03 15:01:47 +0300
committerPanu Matilainen <pmatilai@redhat.com>2010-09-03 15:12:12 +0300
commitc382cd537364e8d82946709873c38a10252b8959 (patch)
tree396dc97ec0ad19ead656745fc06fc1a2543c5a54 /Makefile.am
parentdf0b760e7e54b6714d9a52abbd2e33a44cd42d41 (diff)
downloadlibrpm-tizen-c382cd537364e8d82946709873c38a10252b8959.tar.gz
librpm-tizen-c382cd537364e8d82946709873c38a10252b8959.tar.bz2
librpm-tizen-c382cd537364e8d82946709873c38a10252b8959.zip
Rrrriiip the addsign/resign/delsign bits out of rpmqv.c + friends
- Add popt exec aliases to rpmsign for backwards compatibility (dejavu...)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4dae4a39b..2077f00ad 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -182,6 +182,7 @@ rpmconfig_DATA += rpmpopt-$(VERSION)
rpmpopt-@VERSION@: $(top_srcdir)/rpmpopt.in
@$(SED) \
-e "s,[@]RPMCONFIGDIR[@],$(rpmconfigdir),g" \
+ -e "s,[@]BINDIR[@],$(bindir),g" \
< $(top_srcdir)/rpmpopt.in > rpmpopt-@VERSION@.tmp \
&& ( cd $(top_builddir) && ./config.status --file=${subdir}/rpmpopt-@VERSION@:${subdir}/rpmpopt-@VERSION@.tmp )
CLEANFILES += rpmpopt-@VERSION@.tmp rpmpopt-@VERSION@