diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-31 16:27:10 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-31 16:27:10 +0200 |
commit | 9e3809e36efc326fd29b86f44e4f0704354fa5aa (patch) | |
tree | 4eafd922426433eee217109b2fffcdccd4034f0d /Makefile.am | |
parent | 8b28fa70cc0cef4b411523f47edb7b9b4c11f88d (diff) | |
download | librpm-tizen-9e3809e36efc326fd29b86f44e4f0704354fa5aa.tar.gz librpm-tizen-9e3809e36efc326fd29b86f44e4f0704354fa5aa.tar.bz2 librpm-tizen-9e3809e36efc326fd29b86f44e4f0704354fa5aa.zip |
Eliminate clean-local:
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3cf39d033..643b19691 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,7 +172,7 @@ install-data-local: solaris*|linux*|darwin*) \ chmod u+x $(top_srcdir)/installplatform; DESTDIR="$(DESTDIR)" pkglibdir="$(pkglibdir)" $(top_srcdir)/installplatform rpmrc macros platform ;; \ esac - @$(MKDIR_P) $(DESTDIR)/var/tmp + @$(MKDIR_P) $(DESTDIR)$(localstatedir)/tmp # XXX to appease distcheck we need to remove "stuff" here... uninstall-local: |