summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5b84ff3..26769d4 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ clean:
find . -name '*~' | xargs rm -f
install:
- install -d $(PREFIX)/usr/{sbin,bin,share/{mime/packages,$(NAME)/pixmaps,autostart,gnome/autostart,icons/{mini,large}}}
+ install -d $(PREFIX)/usr/{sbin,bin,share/{mime/packages,$(NAME)/pixmaps,icons/{mini,large}}}
install -m755 draksnapshot-config $(SBINDIR)
install -m755 draksnapshot-restore $(SBINDIR)
install -m755 draksnapshot-applet $(BINDIR)
@@ -38,8 +38,6 @@ install:
install -m644 icons/$(NAME)-big.png $(ICONSDIR)/large/$(NAME).png
install -m644 icons/*.png $(PIXDIR)/pixmaps
for d in $(SUBDIRS); do make -C $$d $@; done
- mkdir -p $(PREFIX)/etc/X11/xinit.d
- install -m 755 draksnapshot-applet.xinit $(PREFIX)/etc/X11/xinit.d/
mkdir -p $(PERL_VENDORLIB)/MDV/Snapshot
install -m 644 lib/MDV/Snapshot/*.pm $(PERL_VENDORLIB)/MDV/Snapshot