index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
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 | 052594a8fc092101b1762e39019d9bc49f00a9f4 (patch) | |
tree | f8d54d7ec5d76caff3f5191ce3088e485122be7f | |
parent | 9820a0691ea634efbed9f74bce5d202240329592 (diff) |
-rw-r--r-- | archiso/Makefile | 2 |
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 |