Pārlūkot izejas kodu

package/gobject-introspection: add missing newline at end of wrappers

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Yann E. MORIN 5 gadi atpakaļ
vecāks
revīzija
4a81bc26c9

+ 1 - 1
package/gobject-introspection/g-ir-compiler.in

@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-$(dirname $0)/g-ir-scanner-qemuwrapper $(dirname $0)/g-ir-compiler.real "$@"
+$(dirname $0)/g-ir-scanner-qemuwrapper $(dirname $0)/g-ir-compiler.real "$@"

+ 1 - 1
package/gobject-introspection/g-ir-scanner-lddwrapper.in

@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-${HOST_DIR}/sbin/prelink-rtld --root=$(dirname $0)/../../ "$@"
+${HOST_DIR}/sbin/prelink-rtld --root=$(dirname $0)/../../ "$@"

+ 1 - 1
package/gobject-introspection/g-ir-scanner-qemuwrapper.in

@@ -14,4 +14,4 @@ if [[ $? -ne 0 ]]; then
     echo "If the above error message is about missing .so libraries, then setting up GIR_EXTRA_LIBS_PATH in the .mk file should help."
     echo 'Typically like this: PKG_MAKE_ENV += GIR_EXTRA_LIBS_PATH="$(@D)/.libs"'
     exit 1
-fi
+fi