summaryrefslogtreecommitdiffstats
path: root/chroot-scripts/pkg-builder.sh
diff options
context:
space:
mode:
authorroot2010-08-25 18:26:07 +0200
committerroot2010-08-25 18:26:07 +0200
commit156b3ecb7df4f1ef9be7c10a011b1ae1186ac082 (patch)
tree0174d1600b0c7b6cfd7a82c7c4a8c97e6feaf2f0 /chroot-scripts/pkg-builder.sh
parentbugfix (diff)
downloadbroot-156b3ecb7df4f1ef9be7c10a011b1ae1186ac082.tar.gz
broot-156b3ecb7df4f1ef9be7c10a011b1ae1186ac082.tar.xz
broot-156b3ecb7df4f1ef9be7c10a011b1ae1186ac082.zip
update broot scripts
Diffstat (limited to 'chroot-scripts/pkg-builder.sh')
-rwxr-xr-xchroot-scripts/pkg-builder.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/chroot-scripts/pkg-builder.sh b/chroot-scripts/pkg-builder.sh
index ec97343..56728d8 100755
--- a/chroot-scripts/pkg-builder.sh
+++ b/chroot-scripts/pkg-builder.sh
@@ -22,6 +22,7 @@ copyfileswithdependencies () {
for FILE in $REQUIRED_BINARIES
do
+ FILE=$(which $FILE)
DIR=`dirname $FILE | cut -c2-`
echo $DIR
[ ! -d "$DIR" ] && mkdir -p "$DIR"