]> git.pld-linux.org Git - packages/avr_simulator.git/blob - avr_simulator-DESTDIR.patch
- xpm path patch
[packages/avr_simulator.git] / avr_simulator-DESTDIR.patch
1 diff -Nur avr_simulator.ori/Makefile avr_simulator.mod/Makefile
2 --- avr_simulator.ori/Makefile  2008-08-06 11:17:12.129415776 +0200
3 +++ avr_simulator.mod/Makefile  2008-08-06 11:18:17.152892759 +0200
4 @@ -52,8 +52,9 @@
5         xgettext -j -o $(project).po -k_ *.c
6  
7  install: uninstall
8 -       install $(project) $(prefix)/bin
9 -       mkdir $(prefix)/share/$(project)
10 -       install -m 644 *.xpm $(prefix)/share/$(project)
11 +       install $(project) $(DESTDIR)$(prefix)/bin
12 +       mkdir $(DESTDIR)$(prefix)/share/$(project)
13 +       install -m 644 *.xpm $(DESTDIR)$(prefix)/share/$(project)
14 +
15  uninstall:
16         rm -rf $(prefix)/bin/$(project) $(prefix)/share/$(project)
This page took 0.088 seconds and 4 git commands to generate.