compat-drivers: fix kup mkdir on gen-release.sh
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 21 Sep 2012 22:05:32 +0000 (15:05 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 21 Sep 2012 22:05:32 +0000 (15:05 -0700)
commitcd62bf2a6aa0bfbe15d9a17bf72dd02747871796
tree2b953b96b5ffb0e0c13954245d98d4df55a9a797
parent77dc2db06d2428a9fdd474c565979109e7f53ee5
compat-drivers: fix kup mkdir on gen-release.sh

kup does not expect an ending slash for mkdir, otherwise
it fails and does not even create the directory for you.

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/gen-release.sh