diff options
author | Bill Nottingham <notting@redhat.com> | 2000-02-12 20:58:08 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-02-12 20:58:08 +0000 |
commit | 82b62e416e667bced38abdd04f73e8259ad342dd (patch) | |
tree | 3f1a09e6778ef09d148af513f22bdd6e552e7ae0 /utils/Makefile | |
parent | 764a74053625076a90585d45c61222107e8428e1 (diff) | |
download | anaconda-82b62e416e667bced38abdd04f73e8259ad342dd.tar.gz anaconda-82b62e416e667bced38abdd04f73e8259ad342dd.tar.xz anaconda-82b62e416e667bced38abdd04f73e8259ad342dd.zip |
install genhdlist in instimage
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile index d7a25bea3..cb9102458 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -17,8 +17,9 @@ genhdlist: genhdlist.c snarffont: snarffont.c $(CC) -o snarffont snarffont.c -install: - @echo "nothing to do" +install: all + mkdir -p $(DESTDIR)/usr/bin + install -m755 -s genhdlist $(DESTDIR)/usr/bin clean: rm -f modlist genhdlist moddeps snarffont *.o |