summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorpzanoni <pzanoni@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2011-02-15 17:59:33 +0000
committerpzanoni <pzanoni@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2011-02-15 17:59:33 +0000
commit728092ebe0eed48ca0a5bb44b9e13c03c9803d84 (patch)
treeeaa215adcd45d85c28b5e107142bdfb77361b52f /Makefile
parent2f49ac76b16a1d21b7aa33cd6c52e307e897b8a7 (diff)
downloaddraksnapshot-728092ebe0eed48ca0a5bb44b9e13c03c9803d84.tar
draksnapshot-728092ebe0eed48ca0a5bb44b9e13c03c9803d84.tar.gz
draksnapshot-728092ebe0eed48ca0a5bb44b9e13c03c9803d84.tar.bz2
draksnapshot-728092ebe0eed48ca0a5bb44b9e13c03c9803d84.tar.xz
draksnapshot-728092ebe0eed48ca0a5bb44b9e13c03c9803d84.zip
- ship only a single desktop file in /etc/xdg/autostart, since that
location is standard and used by many window managers - don't ship a xinit.d script: xdg-autostart-compliance should make old window managers start the XDG autostart files git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@271934 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
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