change repo name
This commit is contained in:
parent
408bce4abe
commit
6781a6cb96
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ index c3b8f7a..b3c222e
|
|||
+for pkgname in $changed_aports_to_build; do
|
||||
+ section_start "build_$pkgname" "Building package $pkgname"
|
||||
+ built_aports=$((built_aports+1))
|
||||
+ if check_aport qubes-aports "$pkgname"; then
|
||||
+ build_aport qubes-aports "$pkgname"
|
||||
+ if check_aport qports "$pkgname"; then
|
||||
+ build_aport qports "$pkgname"
|
||||
fi
|
||||
+ section_end "build_$pkgname"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue