Author: lisu Date: Mon Aug 17 09:35:58 2009 GMT Module: packages Tag: HEAD ---- Log message: - do not install docs in datadir
---- Files affected: packages/hatari: hatari-destdir.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/hatari/hatari-destdir.patch diff -u /dev/null packages/hatari/hatari-destdir.patch:1.1 --- /dev/null Mon Aug 17 11:35:58 2009 +++ packages/hatari/hatari-destdir.patch Mon Aug 17 11:35:53 2009 @@ -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'" ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
