diff options
author | B. Watson <urchlay@slackware.uk> | 2022-07-02 16:28:12 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-07-02 16:28:12 -0400 |
commit | 357902a96c1d0df69f5580d961cbff7d146b800d (patch) | |
tree | 6b1f6b7a6ccb965f767f4f5beee735885c727f45 /Makefile | |
parent | dce38a94a71425112b85de6bf70267d2f7a918a5 (diff) | |
download | sbo-maintainer-tools-357902a96c1d0df69f5580d961cbff7d146b800d.tar.gz |
sbolint: skip other checks if SlackBuild doesnt exist
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ PROJ=sbo-maintainer-tools # for now, VERSION has to be updated here and also in both scripts. -VERSION=0.5.1 +VERSION=0.5.2 PREFIX=/usr/local DESTDIR= |