aboutsummaryrefslogtreecommitdiff
path: root/galileo/galileo.SlackBuild
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-07-21 07:02:58 -0500
committerSlack Coder <slackcoder@server.ky>2025-07-21 07:33:11 -0500
commit3f799ac48e925555c5a771558633675cf3819cdf (patch)
tree3f038e4ec2dfa6b17e3801bffa249a9b09c6f4c5 /galileo/galileo.SlackBuild
parent739ec900efe908526b937a7a85bb97db533e5535 (diff)
downloadslackbuilds-master.tar.xz
galileo: add rc scriptHEADmaster
Diffstat (limited to 'galileo/galileo.SlackBuild')
-rw-r--r--galileo/galileo.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/galileo/galileo.SlackBuild b/galileo/galileo.SlackBuild
index d574de8..9bc0228 100644
--- a/galileo/galileo.SlackBuild
+++ b/galileo/galileo.SlackBuild
@@ -4,7 +4,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=galileo
VERSION=${VERSION:-0.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_slackcoder}
PKGTYPE=${PKGTYPE:-txz}
@@ -79,8 +79,8 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
-mkdir -p "$PKG/etc"
-install -D -m 0644 "$CWD/file/galileo.conf.new" "$PKG/etc"
+install -D -m 0644 "$CWD/file/galileo.conf.new" "$PKG/etc/galileo.conf.new"
+install -D -m 0644 "$CWD/file/rc.galileo.new" "$PKG/etc/rc.d/rc.galileo.new"
cd "$PKG"
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE