summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2011-03-25 13:16:32 +0200
committerPanu Matilainen <pmatilai@redhat.com>2011-03-25 13:16:32 +0200
commit6ee4b20959327725da2b17fd116ddcc5c8bdbf7c (patch)
tree24882845a38a96443a11ad0957fd25558e9ca90d /Makefile.am
parent1ee7c1a68554746e531150a68f47255f889222ef (diff)
downloadrpm-6ee4b20959327725da2b17fd116ddcc5c8bdbf7c.tar.gz
rpm-6ee4b20959327725da2b17fd116ddcc5c8bdbf7c.tar.bz2
rpm-6ee4b20959327725da2b17fd116ddcc5c8bdbf7c.zip
Create platform specific config on all OS'es
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 41d7de818..053236d77 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -228,10 +228,7 @@ install-exec-hook:
@LN_S@ ../../bin/rpm $(DESTDIR)$(bindir)/rpmverify
install-data-local:
- @case "@host_os@" in \
- solaris*|linux*|darwin*) \
- DESTDIR="$(DESTDIR)" pkglibdir="$(rpmconfigdir)" $(SHELL) $(top_srcdir)/installplatform rpmrc macros platform ;; \
- esac
+ DESTDIR="$(DESTDIR)" pkglibdir="$(rpmconfigdir)" $(SHELL) $(top_srcdir)/installplatform rpmrc macros platform
@$(MKDIR_P) $(DESTDIR)$(localstatedir)/tmp
# XXX to appease distcheck we need to remove "stuff" here...