diff options
author | Francois Pons <fpons@mandriva.com> | 2001-01-17 18:22:12 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-01-17 18:22:12 +0000 |
commit | 574c1c63656bf0224d663d2738c7fc15ca1e4e1e (patch) | |
tree | 749d5be5aeeafc782c394a2212f9b86e3cc5d1e3 | |
parent | bbe9e28fb7761aae99bc34d7fb191cf2e4696398 (diff) | |
download | drakx-574c1c63656bf0224d663d2738c7fc15ca1e4e1e.tar drakx-574c1c63656bf0224d663d2738c7fc15ca1e4e1e.tar.gz drakx-574c1c63656bf0224d663d2738c7fc15ca1e4e1e.tar.bz2 drakx-574c1c63656bf0224d663d2738c7fc15ca1e4e1e.tar.xz drakx-574c1c63656bf0224d663d2738c7fc15ca1e4e1e.zip |
forget to change install rules.
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 93e2ba722..83392079c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,7 +15,7 @@ $(DIRS): install: install make_mdkinst_stage2 $(ROOTDEST)/misc cd /usr/bin ; install packdrake $(ROOTDEST)/misc || { echo "packdrake is missing"; exit 1; } - cd /usr/bin ; install genbasefiles rpm2header genhdlist_cz2 $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } + cd /usr/bin ; install gendistrib rpm2header $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } mkdir -p $(DEST)/usr/bin xhost+: %: %.c |