diff options
Diffstat (limited to 'abuild.in')
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1548,7 +1548,7 @@ update_abuildrepo_index() { subpkg_unset if [ -z "$DESCRIPTION" ]; then - DESCRIPTION="$repo $(cd $startdir && $git describe)" + DESCRIPTION="$repo $(cd $startdir && $git describe 2>/dev/null || true)" fi for i in $allarch; do |