summaryrefslogtreecommitdiffstats
path: root/examples/recipes/make_ext4fs@2020-01-05.yml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/recipes/make_ext4fs@2020-01-05.yml')
-rw-r--r--examples/recipes/make_ext4fs@2020-01-05.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/recipes/make_ext4fs@2020-01-05.yml b/examples/recipes/make_ext4fs@2020-01-05.yml
index 53fed98..f77fde4 100644
--- a/examples/recipes/make_ext4fs@2020-01-05.yml
+++ b/examples/recipes/make_ext4fs@2020-01-05.yml
@@ -3,10 +3,10 @@ meta:
tasks:
unpack:
fetch:
- - name: '{{pn}}-{{pv}}.tar.gz'
+ - name: '{{basename}}-{{version}}.tar.gz'
sha256: 'bfe984cc757c676639090a5b34bdfc359cdef9b723de77efbce590872dce4132'
run: |
- tar xf {{dldir}}/{{pn}}-{{pv}}.tar.gz
+ tar xf {{dldir}}/{{basename}}-{{version}}.tar.gz
compile:
args:
@@ -22,7 +22,7 @@ tasks:
inherit:
task: 'unpack'
run: |
- cd {{pn}}-{{pv}}
+ cd {{basename}}-{{version}}
make
install:
@@ -38,7 +38,7 @@ tasks:
- recipe: 'zlib'
task: 'install'
run: |
- cd {{pn}}-{{pv}}
+ cd {{basename}}-{{version}}
install -d {{destdir}}{{host.prefix}}/bin
install -m755 make_ext4fs {{destdir}}{{host.prefix}}/bin/