summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-11 17:35:32 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-11 17:35:32 +0000
commitac2096832bf3b18568b26bdd952ff4742b45032e (patch)
tree57daf5336c3e98e7dce2571b7880f297e80beb56 /perl-install/Makefile.drakxtools
parentde50754f92d88143170011af60a96ab8ad592216 (diff)
downloaddrakx-ac2096832bf3b18568b26bdd952ff4742b45032e.tar
drakx-ac2096832bf3b18568b26bdd952ff4742b45032e.tar.gz
drakx-ac2096832bf3b18568b26bdd952ff4742b45032e.tar.bz2
drakx-ac2096832bf3b18568b26bdd952ff4742b45032e.tar.xz
drakx-ac2096832bf3b18568b26bdd952ff4742b45032e.zip
have localedrake in /usr/bin rather than /usr/sbin (#1407)
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index d294d74ac..5fa0aafe9 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -34,9 +34,10 @@ install:
install -s rpcinfo-flushed ddcprobe/ddcxinfos serial_probe/serial_probe $(SBINDEST)
ln -s ../../$(patsubst $(PREFIX)/usr%,%,$(SBINDEST))/XFdrake $(BINX11DEST)/Xdrakres
ln -s fileshareset $(SBINDEST)/filesharelist
- mv -f $(SBINDEST)/lsnetdrake $(BINDEST)/lsnetdrake
- mv -f $(SBINDEST)/drakbug $(BINDEST)/drakbug
- mv -f $(SBINDEST)/drakhelp $(BINDEST)/drakhelp
+ mv -f $(SBINDEST)/lsnetdrake $(BINDEST)
+ mv -f $(SBINDEST)/drakbug $(BINDEST)
+ mv -f $(SBINDEST)/drakhelp $(BINDEST)
+ mv -f $(SBINDEST)/localedrake $(BINDEST)
install -m 644 *.pm $(LIBDEST)
for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done