diff options
author | Simo Leone <simo@archlinux.org> | 2007-10-25 15:08:16 -0500 |
---|---|---|
committer | Simo Leone <simo@archlinux.org> | 2007-10-25 15:08:16 -0500 |
commit | c1b42e82b9a80f9d642639d4cb141b42bcf2cd55 (patch) | |
tree | 19e8170a78cee2d06be98f5d8cc6580db572328e /Makefile | |
parent | 9b6719d86a1b4206e01441b248cd2b402f93253d (diff) |
Fix install rule in makefile
Signed-off-by: Simo Leone <simo@archlinux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ all: -install: +install: all # install to sbin since script only usable by root mkdir -p $(DESTDIR)/usr/sbin install -m 755 mkarchiso $(DESTDIR)/usr/sbin |