diff options
author | Marvin Borner | 2019-06-27 20:40:22 +0200 |
---|---|---|
committer | Marvin Borner | 2019-06-27 20:40:22 +0200 |
commit | d418ea46c65501395d8a755a8790568f70b6e45f (patch) | |
tree | b3bc7840f535314b265a6e4007e36374df5ec3c6 /install.sh | |
parent | 2bf1320643d52de44f4da20865cce76e950f7b25 (diff) |
Fixed busybox
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,4 +19,4 @@ sudo mknod -m 0600 ${MELVIX}-copy/dev/console c 5 1 sudo chmod 4755 ${MELVIX}-copy/bin/busybox cd ${MELVIX}-copy/ -sudo tar cfJ ../melvix-build.tar.xz *
\ No newline at end of file +sudo tar cfJ ${source}/melvix-build.tar.xz *
\ No newline at end of file |