diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/<utility> 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 |