summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile.drakxtools
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-01-26 16:13:05 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-01-26 16:13:05 +0000
commit992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99 (patch)
tree87a8ff86c6802cd80f1e4818fc8da89873a5768d /perl-install/Makefile.drakxtools
parent4ecc84061788d2358194b69e6a45a1d90175c508 (diff)
downloaddrakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.tar
drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.tar.gz
drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.tar.bz2
drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.tar.xz
drakx-992d0c10b4c26f0e0d3f52bec472f3bf9c55cd99.zip
- move convert script from spec file into standalone/convert
- btw, do not try converting if uneeded
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r--perl-install/Makefile.drakxtools3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index 623ae8cdd..ec1383ba0 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -30,7 +30,7 @@ $(DIRS):
install:
mkdir -p $(BINDEST) $(ETCDEST) $(SBINDEST) $(DATADIR)/{harddrake,pixmaps,icons/{large,mini},autostart} $(BINX11DEST) $(LIBX11DEST) $(PIXDIR) $(INITDIR) $(MENUDIR)
install -d $(INLIBDEST_DIRS:%=$(LIBDEST)/%)
- install $(STANDALONEPMS) standalone/service_harddrake.sh $(SBINDEST)
+ install $(STANDALONEPMS) standalone/service_harddrake.sh standalone/convert $(SBINDEST)
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
@@ -67,6 +67,7 @@ install:
rmdir $(LIBDEST)/icons/harddrake2/menu
mv $(LIBDEST)/icons/harddrake2/ $(DATADIR)/pixmaps/
mv $(SBINDEST)/service_harddrake.sh $(INITDIR)/harddrake
+ mv $(SBINDEST)/convert $(DATADIR)/harddrake
mv $(SBINDEST)/service_harddrake $(DATADIR)/harddrake/
ln -s {XFdrake,$(SBINDEST)/drakx11}
ln -s {diskdrake,$(SBINDEST)/drakdisk}