From 62de168b40763d96d3cf6d2baa6dc419462a5dbd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 10 Nov 2015 11:33:19 +0100 Subject: [PATCH] xbps-src: fix xbps-create(1) --tags option. --- common/hooks/do-pkg/00-gen-pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/hooks/do-pkg/00-gen-pkg.sh b/common/hooks/do-pkg/00-gen-pkg.sh index 6d6b75bead..099f889e5d 100644 --- a/common/hooks/do-pkg/00-gen-pkg.sh +++ b/common/hooks/do-pkg/00-gen-pkg.sh @@ -108,7 +108,7 @@ genpkg() { ${_shrequires:+--shlib-requires "${_shrequires}"} \ ${_alternatives:+--alternatives "${_alternatives}"} \ ${_preserve:+--preserve} \ - ${_tags:+--tags "${tags}"} \ + ${tags:+--tags "${tags}"} \ --architecture ${arch} \ --homepage "${homepage}" \ --license "${license}" \