aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPer Øyvind Karlsen <peroyvind@mandriva.org>2008-11-23 23:28:25 +0000
committerPer Øyvind Karlsen <peroyvind@mandriva.org>2008-11-23 23:28:25 +0000
commitc1236b56b729c4395767247991143497610dd1cb (patch)
tree7802ec0cc81f8ac7d4b46eeb7516a520907d70db /Makefile.am
parente43d2775f0f6f113e6dbe53d04e6292e2f6ced1e (diff)
downloadrpm-setup-c1236b56b729c4395767247991143497610dd1cb.tar
rpm-setup-c1236b56b729c4395767247991143497610dd1cb.tar.gz
rpm-setup-c1236b56b729c4395767247991143497610dd1cb.tar.bz2
rpm-setup-c1236b56b729c4395767247991143497610dd1cb.tar.xz
rpm-setup-c1236b56b729c4395767247991143497610dd1cb.zip
I originally figured that querying rpm database within script weren't supposed
to be done, but as I now see it's done elsewhere, perl-base epoch tag should rather be handled in the script than by autotools
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 3bc3aa5..cc728de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,8 +86,7 @@ edit = sed \
-e 's,@RPMSYSCONFDIR\@,$(RPMSYSCONFDIR),g'\
-e 's,@RPMOS\@,$(RPMOS),g' \
-e 's,@CANONTARGETCPU\@,$(CANONTARGETCPU),g' \
- -e 's,@RPMALLARCH\@,$(RPMALLARCH),g' \
- -e 's,@PERLEPOCH\@,$(PERLEPOCH),g'
+ -e 's,@RPMALLARCH\@,$(RPMALLARCH),g'
%: %.in Makefile
$(edit) $< > $@