diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-23 11:49:29 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2012-07-23 11:49:29 -0300 |
commit | 56c2e8891337d7846992fe616709e49e4a6e7021 (patch) | |
tree | 657f20e838144a0c8c8b4ac1f67bce5859067f1d /archiso/Makefile | |
parent | 831264205036424a0264222b732ad2cab7ed85ed (diff) | |
download | archiso32-56c2e8891337d7846992fe616709e49e4a6e7021.tar.xz |
[archiso] Remove testiso from Makefile
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'archiso/Makefile')
-rw-r--r-- | archiso/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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 |