summaryrefslogtreecommitdiffstats
path: root/development/geany/geany.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/geany/geany.SlackBuild')
-rw-r--r--development/geany/geany.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/geany/geany.SlackBuild b/development/geany/geany.SlackBuild
index 807b6df701..fcbf798af7 100644
--- a/development/geany/geany.SlackBuild
+++ b/development/geany/geany.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geany
-VERSION=${VERSION:-0.18.1}
+VERSION=${VERSION:-0.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -102,7 +102,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
# Add global support for tags:
if [ "$TAGS" = "yes" ]; then
mkdir -p $PKG/usr/share/$PRGNAM/tags
- for tagfile in $CWD/*.tags; do
+ for tagfile in $CWD/tags/*; do
cat $tagfile > $PKG/usr/share/$PRGNAM/tags/${tagfile##/*/}
done
fi