summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-01-16 15:19:47 +0000
committerDaouda Lo <daouda@mandriva.com>2003-01-16 15:19:47 +0000
commitee9e50fde5fe286713a20ea852a2bdc3b44ab40e (patch)
tree4a249adea428c596dec4ce76168931c39f3ccfb8 /perl-install/Makefile.drakxtools
parentbeb18298c08a8a6b0d65094b7683cafb21d9e240 (diff)
downloaddrakx-ee9e50fde5fe286713a20ea852a2bdc3b44ab40e.tar
drakx-ee9e50fde5fe286713a20ea852a2bdc3b44ab40e.tar.gz
drakx-ee9e50fde5fe286713a20ea852a2bdc3b44ab40e.tar.bz2
drakx-ee9e50fde5fe286713a20ea852a2bdc3b44ab40e.tar.xz
drakx-ee9e50fde5fe286713a20ea852a2bdc3b44ab40e.zip
- drakhelp moved to /usr/bin/
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index f65930199..997f0e771 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -36,6 +36,7 @@ install:
ln -s fileshareset $(SBINDEST)/filesharelist
mv -f $(SBINDEST)/lsnetdrake $(BINDEST)/lsnetdrake
mv -f $(SBINDEST)/drakbug $(BINDEST)/drakbug
+ mv -f $(SBINDEST)/drakhelp $(BINDEST)/drakhelp
install -m 644 *.pm $(LIBDEST)
for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done