571d12b2ea
- specify license version - add MODGNOME_HELP_FILES - fix icons location - don't require pkg-config's pkg-config file.... with and ok ajacoutot@
16 lines
490 B
Plaintext
16 lines
490 B
Plaintext
$OpenBSD: patch-data_icons_Makefile_in,v 1.1 2008/11/21 17:23:43 jasper Exp $
|
|
|
|
Make sure icons are installed in the correct directory.
|
|
|
|
--- data/icons/Makefile.in.orig Thu Oct 30 20:47:38 2008
|
|
+++ data/icons/Makefile.in Thu Oct 30 20:49:31 2008
|
|
@@ -14,7 +14,7 @@
|
|
|
|
@SET_MAKE@
|
|
VPATH = @srcdir@
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|