diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 6f888a5..f152580 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1852,7 +1852,7 @@ fi # Directory for rootcopy files (everything placed here will be copied # verbatim into the overlay root): -mkdir -p ${LIVE_STAGING}/rootcopy +mkdir -p ${LIVE_STAGING}/${LIVEMAIN}/rootcopy # Create an ISO file from the directories found below ${LIVE_STAGING}: cd ${LIVE_STAGING} |