minor fix

This commit is contained in:
KatolaZ 2018-02-12 23:23:40 +00:00
parent c87ff8b459
commit b7a58a4bb2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ blend_preinst() {
add-user $username $userpass
notice "copying blend-specific debs"
notice "copying blend-specific debs into $R/extra/custom-packages"
## TODO: copy the custom debs
cp -fv "$blend_release_path"/custom_debs/*.deb "$R/extra/custom-packages"
}