Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archiso/Makefile
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-18 00:10:39 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-18 00:10:39 -0300
commit8f97f3624e430e67878b3d250d26aff6c993ab44 (patch)
tree028f0803e7550315f9c429c52c197a4769cd08fa /archiso/Makefile
parent1f70f4947b2ead4e14663d43696fa70314288e5d (diff)
Rename archiso-early hook to archiso_early
To make compatible with disablehooks= param. Since "hook_archiso-early" is not a valid variable name. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/Makefile')
-rw-r--r--archiso/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archiso/Makefile b/archiso/Makefile
index 3fd7ae3..2f30175 100644
--- a/archiso/Makefile
+++ b/archiso/Makefile
@@ -7,9 +7,9 @@ install: all
install -D -m 755 testiso $(DESTDIR)/usr/bin/testiso
# hooks/install are needed by mkinitcpio
install -D -m 644 hooks/archiso $(DESTDIR)/lib/initcpio/hooks/archiso
- install -D -m 644 hooks/archiso-early $(DESTDIR)/lib/initcpio/hooks/archiso-early
+ install -D -m 644 hooks/archiso_early $(DESTDIR)/lib/initcpio/hooks/archiso_early
install -D -m 644 install/archiso $(DESTDIR)/lib/initcpio/install/archiso
- install -D -m 644 install/archiso-early $(DESTDIR)/lib/initcpio/install/archiso-early
+ install -D -m 644 install/archiso_early $(DESTDIR)/lib/initcpio/install/archiso_early
# install docs and examples
install -d -m 644 $(DESTDIR)/usr/share/archiso/
cp -r ../configs $(DESTDIR)/usr/share/archiso/configs