diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-04 10:49:10 +0200 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-04 10:49:18 +0200 |
| commit | d453c6935fc3e277b99a0d8a8342435680393063 (patch) | |
| tree | d03ce5aa4f6daafdc99fba08ab5af50e76f1df82 /main/openrc/modloop.initd | |
| parent | b300db325a46e4aed5a67dcaff50970698679bd9 (diff) | |
| download | aports-d453c6935fc3e277b99a0d8a8342435680393063.tar.bz2 aports-d453c6935fc3e277b99a0d8a8342435680393063.tar.xz | |
main/openrc: fix pxe modloop mount
Diffstat (limited to 'main/openrc/modloop.initd')
| -rw-r--r-- | main/openrc/modloop.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/openrc/modloop.initd b/main/openrc/modloop.initd index e26bdcbb49..3ebb018468 100644 --- a/main/openrc/modloop.initd +++ b/main/openrc/modloop.initd @@ -80,7 +80,7 @@ start() { case "$KOPT_modloop" in http://*|https://|ftp://*) wget -P "$modloop_dldir" "$KOPT_modloop" \ - && modloop=$modloop_dldir/${KOPT_modloop##/*} + && modloop=$modloop_dldir/$(basename $KOPT_modloop) ;; *) if [ -z "$alpine_dev" ]; then |
