commit: 066c554b6c233ac2a99a5b7693eb67705b277a16 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Wed Jan 25 21:21:30 2023 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed Jan 25 21:22:03 2023 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=066c554b
drop .keep files in layout target Bug: https://bugs.gentoo.org/888807 Signed-off-by: William Hubbs <williamh <AT> gentoo.org> Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0b020a9f..22e4a174 100644 --- a/Makefile +++ b/Makefile @@ -64,9 +64,7 @@ install: layout: # Create base filesytem layout for x in $(KEEP_DIRS) ; do \ - test -e $(DESTDIR)$$x/.keep && continue ; \ $(INSTALL_DIR) $(DESTDIR)$$x ; \ - touch $(DESTDIR)$$x/.keep || true; \ done ln -snf /proc/self/mounts $(DESTDIR)/etc/mtab ln -snf /run $(DESTDIR)/var/run
