]> git.pld-linux.org Git - packages/avr_simulator.git/blob - avr_simulator-install.patch
- xpm path patch
[packages/avr_simulator.git] / avr_simulator-install.patch
1 diff -Nur avr_simulator.ori/Makefile avr_simulator.mod/Makefile
2 --- avr_simulator.ori/Makefile  2008-08-06 11:22:33.606294619 +0200
3 +++ avr_simulator.mod/Makefile  2008-08-06 11:21:28.490842208 +0200
4 @@ -54,7 +54,7 @@
5  install: uninstall
6         install $(project) $(DESTDIR)$(prefix)/bin
7         mkdir $(DESTDIR)$(prefix)/share/$(project)
8 -       install -m 644 *.xpm $(DESTDIR)$(prefix)/share/$(project)
9 +       install -m 644 xpm/*.xpm $(DESTDIR)$(prefix)/share/$(project)
10  
11  uninstall:
12         rm -rf $(prefix)/bin/$(project) $(prefix)/share/$(project)
This page took 0.079635 seconds and 3 git commands to generate.