diff options
author | Slack Coder <slackcoder@server.ky> | 2024-11-28 09:59:36 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-02-19 09:55:01 -0500 |
commit | 24493e32d8548110c514db9bc09efb5aba276ca5 (patch) | |
tree | 80319bacf6eb845741beb8d331969884495d6f4c /t/LO-readme/commandinreadmespanslines | |
parent | 82a520dcb6f6cfe538c68fd04a8a7b94f3b177c2 (diff) | |
download | sbotools2-24493e32d8548110c514db9bc09efb5aba276ca5.tar.xz |
Set To Do branch
Diffstat (limited to 't/LO-readme/commandinreadmespanslines')
3 files changed, 0 insertions, 35 deletions
diff --git a/t/LO-readme/commandinreadmespanslines/README b/t/LO-readme/commandinreadmespanslines/README deleted file mode 100644 index 696c2fe..0000000 --- a/t/LO-readme/commandinreadmespanslines/README +++ /dev/null @@ -1,5 +0,0 @@ -This doesn't exist! - - groupadd -g 199 test - useradd -u 199 -g 199 -d /tmp \ - -s /bin/sh test diff --git a/t/LO-readme/commandinreadmespanslines/commandinreadmespanslines.SlackBuild b/t/LO-readme/commandinreadmespanslines/commandinreadmespanslines.SlackBuild deleted file mode 100644 index 0ff4195..0000000 --- a/t/LO-readme/commandinreadmespanslines/commandinreadmespanslines.SlackBuild +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -PRGNAM="commandinreadmespanslines" -VERSION=${VERSION:-1.0} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -TMP=${TMP:-/tmp/SBo} -OUTPUT=${OUTPUT:-/tmp} - -if ! getent passwd "test"; then - echo "test user doesn't exist!" - exit 1 -fi - -mkdir -p $TMP/$PRGNAM-$VERSION -cp README $TMP/$PRGNAM-$VERSION -mkdir -p $OUTPUT/package-$PRGNAM/usr/doc/$PRGNAM-$VERSION -cp README $OUTPUT/package-$PRGNAM/usr/doc/$PRGNAM-$VERSION -cd $OUTPUT/package-$PRGNAM - -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-noarch-$BUILD$TAG.tgz diff --git a/t/LO-readme/commandinreadmespanslines/commandinreadmespanslines.info b/t/LO-readme/commandinreadmespanslines/commandinreadmespanslines.info deleted file mode 100644 index e6f71b6..0000000 --- a/t/LO-readme/commandinreadmespanslines/commandinreadmespanslines.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="commandinreadmespanslines" -VERSION="1.0" -HOMEPAGE="http://www.example.com" -DOWNLOAD="http://pink-mist.github.io/sbotools/testing/perf.dummy" -MD5SUM="9cba6c70fb57a22a155073d54748b614" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Andreas Guldstrand" -EMAIL="doesnt@matter.org" |