diff options
author | louis <louis.braun@gmx.de> | 2015-04-06 15:34:08 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-06 15:34:08 +0200 |
commit | fe10143fd8e13cc27579dc9afc3f1fee93cd3c64 (patch) | |
tree | 27f0c6a487e5d87d3f31efb4108b49f0a046e85f /libskindesignerapi | |
parent | d70bfe70913602de016e14d17d4ac485a8683cf5 (diff) | |
download | vdr-plugin-skindesigner-fe10143fd8e13cc27579dc9afc3f1fee93cd3c64.tar.gz vdr-plugin-skindesigner-fe10143fd8e13cc27579dc9afc3f1fee93cd3c64.tar.bz2 |
changed build and install process
Diffstat (limited to 'libskindesignerapi')
-rw-r--r-- | libskindesignerapi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libskindesignerapi/Makefile b/libskindesignerapi/Makefile index 7c24db8..fa1ce56 100644 --- a/libskindesignerapi/Makefile +++ b/libskindesignerapi/Makefile @@ -12,7 +12,7 @@ TARGET_LIB = $(SONAME).$(MINOR) PREFIX ?= /usr/local INCDIR ?= $(PREFIX)/include LIBDIR ?= $(PREFIX)/lib -PCDIR ?= $(shell pkg-config --variable pc_path pkg-config |cut -d ':' -f1) +PCDIR ?= $(PREFIX)/lib/pkgconfig TMPDIR ?= /tmp ### The name of the distribution archive: |