diff options
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 89942d330..ca1e6197f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -18,7 +18,7 @@ install: cd /usr/bin ; install packdrake $(ROOTDEST)/misc || { echo "packdrake is missing"; exit 1; } cd /usr/bin ; install gendistrib rpm2header $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } cd /usr/lib/perl5/site_perl/5.6.0/*-linux ; install packdrake.pm rpmtools.pm $(ROOTDEST)/misc || { echo "install rpmtools first!" ; exit 1; } - cd /usr/lib/perl5/site_perl/5.6.0/*-linux/auto ; cp -r rpmtools $(ROOTDEST)/misc/auto || { echo "install rpmtools first!" ; exit 1; } + cd /usr/lib/perl5/site_perl/5.6.0/*-linux/auto ; cp -rf rpmtools $(ROOTDEST)/misc/auto || { echo "install rpmtools first!" ; exit 1; } mkdir -p $(DEST)/usr/bin xhost+: %: %.c |