diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-01-26 17:52:37 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2007-01-26 17:52:37 +0000 |
commit | fbc5f3688df1d22ee6a68d8e0801aaeac06d5e09 (patch) | |
tree | c01b2c8c415e1ecd41df40fadc8dbed5262652bd /app/shells/rssh-chroot | |
parent | 4f44920cb0b7c85ea68e0355742ff9f89c7eb10e (diff) | |
download | slackbuilds-fbc5f3688df1d22ee6a68d8e0801aaeac06d5e09.tar.gz slackbuilds-fbc5f3688df1d22ee6a68d8e0801aaeac06d5e09.tar.bz2 |
rssh-chroot small change
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@990 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/shells/rssh-chroot')
-rwxr-xr-x | app/shells/rssh-chroot/rssh-chroot.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/shells/rssh-chroot/rssh-chroot.SlackBuild b/app/shells/rssh-chroot/rssh-chroot.SlackBuild index ea67425d..a866ad58 100755 --- a/app/shells/rssh-chroot/rssh-chroot.SlackBuild +++ b/app/shells/rssh-chroot/rssh-chroot.SlackBuild @@ -36,7 +36,7 @@ PRGNAM="rssh-chroot" PACKAGE="$PRGNAM" ARCH=${ARCH:=i486} VERSION=${VERSION:=2.3.2} -BUILD=${BUILD:=3rha} +BUILD=${BUILD:=4rha} SRC_DIR=${SRC:=$CWD} TMP=${TMP:=/tmp} REPOS=${REPOS:=$TMP} @@ -128,6 +128,9 @@ EOF chmod 755 ./$CHROOT_BASE/{bin,etc,lib,lib/tls,usr/lib,usr/libexec,usr/bin,usr/doc,dev} chmod 111 ./$CHROOT_BASE/home +# install script +echo '( echo please check if /var/users/dev/null was correctly created )' > install/doinst.sh + makepkg -c n $REPOS/$PACKAGE-$VERSION-$ARCH-$BUILD.tgz || exit $ERROR_MKPKG if [ "$CLEANUP" == "yes" ]; then |