Skip to content
Commit 1bed3fb3 authored by Bill Pittman's avatar Bill Pittman Committed by Martin Jansa
Browse files

packagekit: Change recipe to use native mkdir



For redhat type systems, the recipe tries to use a version of mkdir from
sysroots, however mkdir does not exist and the build fails.  Ubuntu systems
work because the sed command in the recipe specifically replaces the
/usr/bin/mkdir path and ubuntu systems use /bin/mkdir.

Signed-off-by: default avatarBill Pittman <bill.pittman@ni.com>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent 3827f6a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment