Skip to content

Commit

Permalink
Fix REPOTYPE setting if the PKGCONFIG file is generated by a service
Browse files Browse the repository at this point in the history
I admit this is a corner case, but hey...
  • Loading branch information
mlschroe committed Jun 22, 2018
1 parent 7d76938 commit 9f6543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init_buildsystem
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ create_cache_file() {
REPOTYPE=rpm-md ;;
*.dsc)
REPOTYPE=debian ;;
*/PKGBUILD|PKGBUILD)
*/PKGBUILD|PKGBUILD|*/_service:*:PKGBUILD|_service:*:PKGBUILD)
REPOTYPE=arch ;;
esac
fi
Expand Down

0 comments on commit 9f6543d

Please sign in to comment.