From 4bdf4893d55dbc4b0d4e509234fb9431364b874f Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Thu, 30 Jul 2020 22:22:05 +0200 Subject: Makefile: ensure install-mageia target runs on make install --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 19d2c88b..a375a2f3 100644 --- a/Makefile +++ b/Makefile @@ -55,9 +55,10 @@ make-translations: # just a symlink to /usr/bin, thanks to UsrMove change. Instead, we just # use virtual provides for /usr/sbin/ in specfile (for backward # compatibility). -install: install-binaries install-translations install-etc install-usr install-network-scripts install-man install-post +install: install-mageia install-binaries install-translations install-etc install-usr install-network-scripts install-man install-post install-mageia: + @echo "Modifying structure for Mageia" # Ensure the directories used by Mageia exist in the main directory @for i in $(Mageia_SUBDIRS); do mkdir -p $$i; echo "$$i";done # Now copy over the various files to the main directory. This allows -- cgit v1.2.1