From 2b473246ffad08795ce0d016a5b241888ae36daa Mon Sep 17 00:00:00 2001 From: askiiart Date: Mon, 10 Mar 2025 13:24:50 -0500 Subject: [PATCH] fix path to package (visual bug only) --- run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 3e54b6d..714afbf 100755 --- a/run.sh +++ b/run.sh @@ -39,4 +39,5 @@ rm $program_name-0.rpm || true # update repo createrepo_c . -echo "package is at $repo_dir/$(ls $repo_dir/$program_name-*.rpm)" \ No newline at end of file +cd $repo_dir/ +echo "package is at $repo_dir/$(ls $program_name-*.rpm)"