diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.drakxtools | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 18f716fb6..ccbc8c0e0 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -40,6 +40,7 @@ install: mv -f $(SBINDEST)/drakbug $(BINDEST) mv -f $(SBINDEST)/drakdvb $(BINDEST) mv -f $(SBINDEST)/drakhelp $(BINDEST) + mv -f $(SBINDEST)/display_help $(BINDEST) mv -f $(SBINDEST)/localedrake $(BINDEST) install -m 644 *.pm $(LIBDEST) |