diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 18:58:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-17 20:26:15 +0200 |
commit | 690152a59fcf90262ef6e412342078382a68bf1b (patch) | |
tree | e368eb6f8d5a2f2100c89a9ee1a480f732959bb5 /package/glib/Makefile | |
parent | 778083e04b5ca05c8ced312b41d49590ac15f46c (diff) |
use PKG_OPTS noscript to avoid installation in target_*/scripts
Diffstat (limited to 'package/glib/Makefile')
-rw-r--r-- | package/glib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 389e11d2a..b18056f32 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -16,7 +16,7 @@ HOST_BUILDDEP:= libffi-host gettext-tiny-host libiconv-tiny-host python2-host PKG_URL:= http://www.gtk.org/ PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/glib/${PKG_EXTRAVER}/ PKG_NOPARALLEL:= 1 -PKG_OPTS:= dev +PKG_OPTS:= dev noscripts ifeq ($(ADK_STATIC),y) PKG_OPTS+= libonly |