summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-02-12 20:58:08 +0000
committerBill Nottingham <notting@redhat.com>2000-02-12 20:58:08 +0000
commit82b62e416e667bced38abdd04f73e8259ad342dd (patch)
tree3f1a09e6778ef09d148af513f22bdd6e552e7ae0 /utils
parent764a74053625076a90585d45c61222107e8428e1 (diff)
downloadanaconda-82b62e416e667bced38abdd04f73e8259ad342dd.tar.gz
anaconda-82b62e416e667bced38abdd04f73e8259ad342dd.tar.xz
anaconda-82b62e416e667bced38abdd04f73e8259ad342dd.zip
install genhdlist in instimage
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile5
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