diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-20 22:05:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-20 22:05:05 +0000 |
commit | 314859a4872032b07c5d0e57adf3d596049e2fdc (patch) | |
tree | 462d0e3624917538602f4ad456a384ebb8b45edc /perl-install/Makefile.drakxtools | |
parent | b0ca1896edd65eb0a43d6d031ba3b4d2fd0c008f (diff) | |
download | drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.tar drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.tar.gz drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.tar.bz2 drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.tar.xz drakx-314859a4872032b07c5d0e57adf3d596049e2fdc.zip |
basic nfs handling in drakx
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index adfde50e5..153212f4c 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -17,7 +17,7 @@ NETLIBDEST = $(LIBDIR)/$(NAME)/network PIXDIR = $(DATADIR)/$(NAME)/pixmaps .PHONY: $(DIRS) -all: $(DIRS) +all: rpcinfo-flushed $(DIRS) $(DIRS): install -d auto @@ -29,7 +29,7 @@ install: install -d $(BINDEST) $(ETCDEST) $(SBINDEST) $(DATADIR) $(LIBDEST) $(NETLIBDEST) $(BINX11DEST) $(LIBX11DEST) $(PIXDIR) install -d $(INLIBDEST_DIRS:%=$(LIBDEST)/%) install $(STANDALONEPMS) $(SBINDEST) - install -s ddcprobe/ddcxinfos serial_probe/serial_probe $(SBINDEST) + install -s rpcinfo-flushed ddcprobe/ddcxinfos serial_probe/serial_probe $(SBINDEST) ln -s ../../$(patsubst $(PREFIX)/usr%,%,$(SBINDEST))/XFdrake $(BINX11DEST)/Xdrakres install -m 644 *.pm $(LIBDEST) |