diff options
Diffstat (limited to 'rssh')
-rwxr-xr-x | rssh/rssh.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rssh/rssh.SlackBuild b/rssh/rssh.SlackBuild index 71f2c5b0..bfeecf57 100755 --- a/rssh/rssh.SlackBuild +++ b/rssh/rssh.SlackBuild @@ -80,7 +80,7 @@ sed -e 's/chmod u+s \$(libexecdir)\/rssh_chroot_helper/chmod u+s \$(DESTDIR)\$(l Makefile.in > Makefile.in.new && mv Makefile.in.new Makefile.in ./configure --prefix=/usr --sysconfdir=/etc --libdir=$LIBDIR -make +make || exit 32 make install DESTDIR=$TMP/package-$PACKAGE CWD="`pwd`" |