From 56c2e8891337d7846992fe616709e49e4a6e7021 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 23 Jul 2012 11:49:29 -0300 Subject: [archiso] Remove testiso from Makefile Signed-off-by: Gerardo Exequiel Pozzi --- archiso/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'archiso') diff --git a/archiso/Makefile b/archiso/Makefile index 28868bf..dcae3ee 100644 --- a/archiso/Makefile +++ b/archiso/Makefile @@ -5,8 +5,6 @@ install: install-program install-hooks install-examples install-doc install-program: # install to sbin since script only usable by root install -D -m 755 mkarchiso $(DESTDIR)/usr/sbin/mkarchiso - # testiso can be used by anyone - install -D -m 755 testiso $(DESTDIR)/usr/bin/testiso install-hooks: # hooks/install are needed by mkinitcpio -- cgit v1.2.2