fix aur updating
This commit is contained in:
parent
41d4170ab9
commit
feaef5a448
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ git clone ssh://aur@aur.archlinux.org/regar-bin.git
|
|||
cd regar-bin
|
||||
cp ../../src/PKGBUILD ./PKGBUILD
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
added="$(git add .)"
|
||||
added="$(git add -v .)"
|
||||
if [ ".$added" != "." ]
|
||||
then
|
||||
git commit -m "update"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue