aboutsummaryrefslogtreecommitdiff
path: root/development/argouml/argouml.SlackBuild
diff options
context:
space:
mode:
authorDario Nicodemi <dario.sbo@gmail.com>2023-08-11 20:35:29 +0900
committerAndrew Clemons <andrew.clemons@gmail.com>2023-08-11 20:41:15 +0900
commit75bcf85a466918f8c1b099c7f2d2344cabe06a3a (patch)
tree55a09cb8aa0a8699e3a3e00555f61946878d0d90 /development/argouml/argouml.SlackBuild
parent0290697c131e2ab3b73c07dec6890df6a67d5003 (diff)
development/argouml: Updated for version 0.35.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/argouml/argouml.SlackBuild')
-rw-r--r--development/argouml/argouml.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/development/argouml/argouml.SlackBuild b/development/argouml/argouml.SlackBuild
index eb2593626ac7e..9b12df3cad02b 100644
--- a/development/argouml/argouml.SlackBuild
+++ b/development/argouml/argouml.SlackBuild
@@ -7,7 +7,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=argouml
-VERSION=${VERSION:-0.34}
+VERSION=${VERSION:-0.35.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -59,7 +59,7 @@ cp icon/ArgoIcon128x128.png $PKG/usr/share/pixmaps/$PRGNAM.png
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-cp README.txt $PKG/usr/doc/$PRGNAM-$VERSION
+install -D -m 0644 README.txt $PKG/usr/doc/$PRGNAM-$VERSION/README.txt
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc