]> git.pld-linux.org Git - packages/hatari.git/blob - hatari-destdir.patch
- new
[packages/hatari.git] / hatari-destdir.patch
1 --- hatari-1.3.0/python-ui/Makefile~    2009-08-16 21:44:20.000000000 +0200
2 +++ hatari-1.3.0/python-ui/Makefile     2009-08-17 11:08:51.000000000 +0200
3 @@ -12,8 +12,8 @@
4  BINPATH  = $(DESTDIR)$(BINDIR)
5  SCRIPT   = $(BINPATH)/hatariui
6  DATAPATH = $(DESTDIR)$(DATADIR)/hatariui
7 -ICONPATH = $(prefix)/share/icons/hicolor/32x32/apps
8 -DESKPATH = $(prefix)/share/applications
9 +ICONPATH = $(DESTDIR)$(prefix)/share/icons/hicolor/32x32/apps
10 +DESKPATH = $(DESTDIR)$(prefix)/share/applications
11  
12  all:
13         @echo "Nothing to build, just do 'make install'"
This page took 0.088808 seconds and 3 git commands to generate.