]> git.pld-linux.org Git - packages/asciijump.git/blob - asciijump-desktop_install.patch
- BR new slang
[packages/asciijump.git] / asciijump-desktop_install.patch
1 diff -urN aaa/asciijump-1.0.1beta/Makefile.in asciijump-1.0.1beta/Makefile.in
2 --- aaa/asciijump-1.0.1beta/Makefile.in 2003-05-10 10:25:54.000000000 +0200
3 +++ asciijump-1.0.1beta/Makefile.in     2003-12-10 16:57:45.000000000 +0100
4 @@ -138,13 +138,9 @@
5         ${INSTALL_PROGRAM} ${ac_name} ${DESTDIR}${bindir}/
6         ${INSTALL_PROGRAM} ${as_name} ${DESTDIR}${bindir}/
7  
8 -       ${INSTALL} -d $(DESTDIR)$(prefix)/X11R6/share/applnk/Games/Arcade
9 +       ${INSTALL} -d $(DESTDIR)$(prefix)/share/applications
10         ${INSTALL} -m 644 asciijump.desktop \
11 -               $(DESTDIR)$(prefix)/X11R6/share/applnk/Games/Arcade
12 -               
13 -       ${INSTALL} -d $(DESTDIR)$(prefix)/share/applnk/Games/Arcade
14 -       ${INSTALL} -m 644 asciijump.desktop \
15 -               $(DESTDIR)$(prefix)/share/applnk/Games/Arcade
16 +               $(DESTDIR)$(prefix)/share/applications
17                 
18         ${INSTALL} -d $(DESTDIR)$(prefix)/X11R6/share/pixmaps
19         ${INSTALL} -m 644 asciijump.png $(DESTDIR)$(prefix)/X11R6/share/pixmaps
This page took 0.035954 seconds and 3 git commands to generate.