]> git.pld-linux.org Git - packages/hatari.git/commitdiff
- do not install docs in datadir
authorlisu <lisu@pld-linux.org>
Mon, 17 Aug 2009 09:35:53 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hatari-destdir.patch -> 1.1

hatari-destdir.patch [new file with mode: 0644]

diff --git a/hatari-destdir.patch b/hatari-destdir.patch
new file mode 100644 (file)
index 0000000..b63a6ad
--- /dev/null
@@ -0,0 +1,13 @@
+--- hatari-1.3.0/python-ui/Makefile~   2009-08-16 21:44:20.000000000 +0200
++++ hatari-1.3.0/python-ui/Makefile    2009-08-17 11:08:51.000000000 +0200
+@@ -12,8 +12,8 @@
+ BINPATH  = $(DESTDIR)$(BINDIR)
+ SCRIPT   = $(BINPATH)/hatariui
+ DATAPATH = $(DESTDIR)$(DATADIR)/hatariui
+-ICONPATH = $(prefix)/share/icons/hicolor/32x32/apps
+-DESKPATH = $(prefix)/share/applications
++ICONPATH = $(DESTDIR)$(prefix)/share/icons/hicolor/32x32/apps
++DESKPATH = $(DESTDIR)$(prefix)/share/applications
+ all:
+       @echo "Nothing to build, just do 'make install'"
This page took 0.059792 seconds and 4 git commands to generate.