diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 15:01:47 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 15:12:12 +0300 |
commit | c382cd537364e8d82946709873c38a10252b8959 (patch) | |
tree | 396dc97ec0ad19ead656745fc06fc1a2543c5a54 /Makefile.am | |
parent | df0b760e7e54b6714d9a52abbd2e33a44cd42d41 (diff) | |
download | librpm-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.am | 1 |
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@ |