From d8c82f4d3a4f8b237307b63f7725fbfa9ae31587 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 21 Jun 2004 07:00:21 +0000 Subject: - autostart file for KDE/GNOME --- perl-install/Makefile.drakxtools | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install/Makefile.drakxtools') diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 0689da5f0..8746ba7ea 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -28,7 +28,7 @@ $(DIRS): [ ! -e $@/Makefile ] || $(MAKE) -C $@ install: - mkdir -p $(BINDEST) $(ETCDEST) $(SBINDEST) $(DATADIR)/{harddrake,pixmaps,icons/{large,mini}} $(BINX11DEST) $(LIBX11DEST) $(PIXDIR) $(INITDIR) $(MENUDIR) + 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 -s rpcinfo-flushed ddcprobe/ddcxinfos serial_probe/serial_probe $(SBINDEST) @@ -44,6 +44,7 @@ install: for i in $(PMS_DIRS); do install -d $(LIBDEST)/$$i ; install -m 644 $$i/*.pm $(LIBDEST)/$$i/;done install -m 644 pixmaps/*.* $(PIXDIR) install -m 644 share/diskdrake.rc $(DATADIR)/$(NAME) + install -m 644 share/net_applet.desktop $(DATADIR)/autostart install -d $(PREFIX)/etc/security echo 'RESTRICT=yes' > $(PREFIX)/etc/security/fileshare.conf -- cgit v1.2.1