diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 09:48:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-13 09:48:49 +0000 |
commit | d4bdb2553f4468e1c73663884edf6b9a8557b110 (patch) | |
tree | cc8b5d4d814c38219beb6867b0a79d802db82655 | |
parent | c4902e089870b44b05b21b380d4796fa58cfc9a7 (diff) | |
download | drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.tar drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.tar.gz drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.tar.bz2 drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.tar.xz drakx-d4bdb2553f4468e1c73663884edf6b9a8557b110.zip |
fix installation after pixel changes
-rw-r--r-- | perl-install/Makefile | 2 | ||||
-rw-r--r-- | perl-install/Makefile.drakxtools | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 1f065cf04..ac39008fa 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -7,7 +7,7 @@ include Makefile.config POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) -DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config apps.net_monitor ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons pixmaps standalone/interactive_http rpcinfo-flushed.c +DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config apps.net_monitor ddcprobe drakxtools.spec pam.net_monitor serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons pixmaps standalone/interactive_http rpcinfo-flushed.c standalone/service_harddrake.sh OTHERS = $(OTHERDIRS) $(OTHERFILES) OTHERDIRS = tools/ddcprobe tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 72769763e..f65930199 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}} $(BINX11DEST) $(LIBX11DEST) $(PIXDIR) $(INITDIR) $(MENUDIR) install -d $(INLIBDEST_DIRS:%=$(LIBDEST)/%) - install $(STANDALONEPMS) $(SBINDEST) + install $(STANDALONEPMS) standalone/service_harddrake.sh $(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 |