Skip to content

Commit

Permalink
support _service prefixed recipe files in recipe_set_buildtype
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jul 17, 2014
1 parent f39aa4f commit 3c2856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ recipe_parse_options() {

recipe_set_buildtype() {
BUILDTYPE=
case $RECIPEFILE in
case ${RECIPEFILE##_service:*:} in
*.spec|*.src.rpm) BUILDTYPE=spec ;;
*.dsc) BUILDTYPE=dsc ;;
*.kiwi) BUILDTYPE=kiwi ;;
Expand Down

0 comments on commit 3c2856c

Please sign in to comment.