wok diff gobject-introspection/receipt @ rev 19159
/etc/init.d/*: use 'action' in pair with 'status'.
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
'action' returns translated message, so why not to add full translatable /etc/init.d/* content
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu May 26 20:16:45 2016 +0300 (2016-05-26) |
parents | 4a3d38846288 |
children | e3f377fbc5f0 |
line diff
1.1 --- a/gobject-introspection/receipt Tue Feb 10 17:58:57 2015 +0000 1.2 +++ b/gobject-introspection/receipt Thu May 26 20:16:45 2016 +0300 1.3 @@ -19,7 +19,7 @@ 1.4 case "$ARCH" in 1.5 arm*) 1.6 export CFLAGS="$CFLAGS -L/cross/$ARCH/sysroot/usr/lib" 1.7 - export LDFLAGS="-L/cross/$ARCH/sysroot/usr/lib" 1.8 + export LDFLAGS="$LDFLAGS -L/cross/$ARCH/sysroot/usr/lib" 1.9 export PKG_CONFIG_PATH="/cross/$ARCH/sysroot/usr/pkgconfig" 1.10 BUILD_DEPENDS="glib-dev libgio-dev libffi-dev cairo-dev dbus-dev" ;; 1.11 esac