commit: 266f213bfedaba6fdedb581df6f0cd1e6c365aae Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Sun Aug 20 19:32:56 2017 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Sun Aug 20 19:34:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=266f213b
makefile: do not set DESTDIR Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index ad7ee2ad..d2358cb5 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,6 @@ PV = 2.4.1 PKG = baselayout-$(PV) DISTFILE = $(PKG).tar.bz2 -DESTDIR = - CHANGELOG_LIMIT = --after="1 year ago" INSTALL_DIR = install -m 0755 -d INSTALL_EXE = install -m 0755
