parent
e49b6361d2
commit
23ab1b4c69
1 changed files with 2 additions and 2 deletions
4
run.sh
4
run.sh
|
@ -35,9 +35,9 @@ mv ~/rpmbuild/RPMS/x86_64/cavif-$version-* $repo_dir/
|
|||
cd $repo_dir
|
||||
# this is the easiest way to make sure it doesn't just fail because no cavif-* exists
|
||||
# (which only happens on first run)
|
||||
touch cavif-aaaaaa.rpm
|
||||
touch cavif-0.rpm
|
||||
rm $(ls cavif-*.rpm | sort --version-sort | sed '$d')
|
||||
rm cavif-aaaaaa.rpm
|
||||
rm cavif-0.rpm
|
||||
|
||||
# update repo
|
||||
createrepo_c .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue