diff options
author | Juan RP <xtraeme@voidlinux.eu> | 2015-11-10 10:33:19 +0000 |
---|---|---|
committer | Juan RP <xtraeme@voidlinux.eu> | 2015-11-10 10:33:19 +0000 |
commit | 62de168b40763d96d3cf6d2baa6dc419462a5dbd (patch) | |
tree | 8aa7861231b4afc16364550e84577217d7181b40 /common/hooks/do-pkg | |
parent | 96c0af8cfb5f08e21dd9c9b6bd5b5dde77dad695 (diff) | |
download | void-packages-62de168b40763d96d3cf6d2baa6dc419462a5dbd.tar void-packages-62de168b40763d96d3cf6d2baa6dc419462a5dbd.tar.gz void-packages-62de168b40763d96d3cf6d2baa6dc419462a5dbd.tar.bz2 void-packages-62de168b40763d96d3cf6d2baa6dc419462a5dbd.tar.lz void-packages-62de168b40763d96d3cf6d2baa6dc419462a5dbd.tar.xz void-packages-62de168b40763d96d3cf6d2baa6dc419462a5dbd.tar.zst void-packages-62de168b40763d96d3cf6d2baa6dc419462a5dbd.zip |
xbps-src: fix xbps-create(1) --tags option.
Diffstat (limited to 'common/hooks/do-pkg')
-rw-r--r-- | common/hooks/do-pkg/00-gen-pkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/hooks/do-pkg/00-gen-pkg.sh b/common/hooks/do-pkg/00-gen-pkg.sh index 6d6b75beade..099f889e5de 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}" \ |