Skip to content

Commit

Permalink
Fix path issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpenedblade committed Oct 10, 2022
1 parent dd3e3f7 commit 9f6b795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo "=====COPYING SOURCE TREE====="
mkdir /tmp/src && cd /tmp/src
cp -r /root/rpmbuild/BUILD/* .
cd *
KSV=$(ls)
KSV=$(realpath *)
cp -r $KSV $KSV.new
KERNEL_TMP="$KSV.new"
cd $KERNEL_TMP
Expand Down

0 comments on commit 9f6b795

Please sign in to comment.