summaryrefslogtreecommitdiff
path: root/scripts/create.sh
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-01-30 16:51:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-01-30 16:51:23 +0100
commit7f6d5694d42ae490acce103e196fa93071b44532 (patch)
treedca04c707005795f70e96e6ee4786005c0eda365 /scripts/create.sh
parentb1cacd584102c2778faa3c273bf4faeb66a4ef56 (diff)
use static distfile name, problem with Debians make and -s
Diffstat (limited to 'scripts/create.sh')
-rwxr-xr-xscripts/create.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create.sh b/scripts/create.sh
index 59ea2eaa5..e96f4db77 100755
--- a/scripts/create.sh
+++ b/scripts/create.sh
@@ -37,7 +37,7 @@ esac
test -n "$KSH_VERSION" || if ! which mksh >/dev/null 2>&1; then
make package=mksh fetch || exit 1
- df=$(make -s package=mksh show=DISTFILES)
+ df=mksh-R40f.cpio.gz
rm -rf build_mksh
mkdir -p build_mksh
gzip -dc dl/"$df" | (cd build_mksh; cpio -mid)