summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c03204bf..ff4de965 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,8 @@ install: all
mkdir -p $(PREFIX)/etc/pam.d
install -m644 pam.d_urpmi.update $(PREFIX)/etc/pam.d/urpmi.update
ln -sf consolehelper $(PREFIX)/usr/bin/urpmi.update
+ mkdir -p $(PREFIX)/etc/X11/xinit.d
+ install -m 755 draksnapshot-applet.xinit $(PREFIX)/etc/X11/xinit.d/
cleandist:
rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar.bz2