xbps-triggers: do not use set -e in the xml-catalog trigger, bumprev.
This commit is contained in:
parent
26f77623e0
commit
d3902e0014
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
#!/bin/sh
|
||||
#
|
||||
# Registers or unregisters SGML/XML catalog entries, through
|
||||
# the xmlcatmgr application.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xbps-triggers'
|
||||
pkgname=xbps-triggers
|
||||
version=0.8
|
||||
version=0.9
|
||||
build_style=custom-install
|
||||
short_desc="XBPS triggers"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue