X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=stage2%2Fcis-eglibc;h=103a21b7656872a2f3313a3ee8bfe52d0fa6f98c;hb=1311fe88ef53309942180e2ef9b6031d2a0edcf7;hp=f707f70ec71bdb08bd7029c0d7b6899582e254ce;hpb=cc791d8e562cbd0f5c2a673fe74659b7a5864a07;p=hvlinux.git diff --git a/stage2/cis-eglibc b/stage2/cis-eglibc index f707f70..103a21b 100755 --- a/stage2/cis-eglibc +++ b/stage2/cis-eglibc @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -o errexit # First argument of this script is the package name. @@ -18,7 +18,7 @@ EGLIBC_VER=$(echo ${PACKAGE} | sed "s!eglibc-\([0-9]*\.[0-9]*\.[0-9]*\)-.*!\1!g" case "${HVL_TARGET}" in "x86" | "x86_64") # Manually apply patch - apply_patch ${1}-rpath.patch ${1} + apply_patch ${PACKAGE}-rpath.patch ${PACKAGE} ;; esac